From 933bf504e42012be541c3b02879d3f281c8a0e4b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 21 May 2025 22:06:04 +0200 Subject: Update webmap task. --- files/etc/tmpfiles.d/webmap.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'files/etc/tmpfiles.d/webmap.conf') 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 -- cgit v1.2.3