diff options
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 \ |