diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-09-26 03:01:07 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-09-26 03:01:29 +0200 |
commit | 5d42efe93d68bde13c065da337552e5c61d6e9bb (patch) | |
tree | b9c0305d4a7297566360c528a0c1cede21e94661 /files/etc/systemd/system/webmap-publish@.service | |
parent | 4efc777339d669ed834e60d078cd6a3b6ce0ac0e (diff) |
systemd: Improve description of unit files.
Diffstat (limited to 'files/etc/systemd/system/webmap-publish@.service')
-rw-r--r-- | files/etc/systemd/system/webmap-publish@.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/files/etc/systemd/system/webmap-publish@.service b/files/etc/systemd/system/webmap-publish@.service index e2f8e6b..9d138da 100644 --- a/files/etc/systemd/system/webmap-publish@.service +++ b/files/etc/systemd/system/webmap-publish@.service @@ -1,5 +1,5 @@ [Unit] -Description=Webmap updater service (publish %I as MVT) +Description=Webmap updater service (publish ā%Iā as MVT) #After=postgresql.service webmap-update@%i.target #After=webmap-download@%i.service #After=webmap-import@%i.service @@ -15,8 +15,7 @@ IOSchedulingClass=idle Type=oneshot ExecStart=/usr/local/bin/webmap-publish \ --lockfile=%t/lock/webmap/lock \ - --destdir=/var/www/webmap/tiles/%i \ - --name=%I \ + --destdir=/var/www/webmap/tiles/%I \ --webroot=/var/www/webmap \ --metadata=/var/www/webmap/tiles/metadata.json \ --metadata-lockfile=%t/lock/webmap/tiles.lock \ |