diff options
Diffstat (limited to 'files/etc/tmpfiles.d/webmap.conf')
-rw-r--r-- | files/etc/tmpfiles.d/webmap.conf | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/files/etc/tmpfiles.d/webmap.conf b/files/etc/tmpfiles.d/webmap.conf index b6fa8be..c9c86d5 100644 --- a/files/etc/tmpfiles.d/webmap.conf +++ b/files/etc/tmpfiles.d/webmap.conf @@ -4,9 +4,5 @@ d %t/lock/webmap 00755 root root # (hence the set-group-ID bit and g+w) d %t/lock/webmap/cache 02775 _webmap-download _webmap -# for webmap-import's *and* webmap-publish's --lockfile (hence the -# ownership and g+w) -f %t/lock/webmap/lock 0664 root _webmap - -# for webmap-publish's --metadata-lockfile -f %t/lock/webmap/tiles.lock 0644 _webmap-publish _webmap +# for `webmap-import --lockfile` +f %t/lock/webmap/lock 00644 _webmap-import _webmap |