diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-05-21 22:12:11 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-05-21 22:12:11 +0200 |
commit | b94ce2b1572a72975659e661ed9d75dbff7d2ad1 (patch) | |
tree | 9dc0efd09013618d44be65f852d55a4075024346 /files/etc/tmpfiles.d/webmap.conf | |
parent | 933bf504e42012be541c3b02879d3f281c8a0e4b (diff) |
Rename _webmap-import user to _webmap.
Diffstat (limited to 'files/etc/tmpfiles.d/webmap.conf')
-rw-r--r-- | files/etc/tmpfiles.d/webmap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/tmpfiles.d/webmap.conf b/files/etc/tmpfiles.d/webmap.conf index c9c86d5..786e6dd 100644 --- a/files/etc/tmpfiles.d/webmap.conf +++ b/files/etc/tmpfiles.d/webmap.conf @@ -5,4 +5,4 @@ d %t/lock/webmap 00755 root root d %t/lock/webmap/cache 02775 _webmap-download _webmap # for `webmap-import --lockfile` -f %t/lock/webmap/lock 00644 _webmap-import _webmap +f %t/lock/webmap/lock 00644 _webmap _webmap |