diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-05-21 22:06:04 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-05-21 22:08:03 +0200 |
commit | 933bf504e42012be541c3b02879d3f281c8a0e4b (patch) | |
tree | a0d34f9fe06e1963e0004da4293bcc391d02afe5 /files/etc/tmpfiles.d/webmap.conf | |
parent | 2cd6bc6e4a1d73a14af0acb3b884f01da9524986 (diff) |
Update webmap task.
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 |