X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8b2c27656d2827c725673084ec95c8ca0b01b6d1..96596b76108d1e3446d8a0efb9945cdfd91e7eaa:/cookbooks/tile/templates/default/update-lowzoom.init.erb diff --git a/cookbooks/tile/templates/default/update-lowzoom.init.erb b/cookbooks/tile/templates/default/update-lowzoom.init.erb index 3439f09b6..8fe1fa364 100644 --- a/cookbooks/tile/templates/default/update-lowzoom.init.erb +++ b/cookbooks/tile/templates/default/update-lowzoom.init.erb @@ -3,11 +3,11 @@ # DO NOT EDIT - This file is being maintained by Chef start() { - start-stop-daemon --start --chuid tile --background --make-pidfile -pidfile /var/run/update-lowzoom-<%= @style %>.pid --exec /usr/local/bin/update-lowzoom-<%= @style %> + start-stop-daemon --start --chuid tile --background --make-pidfile --pidfile /var/run/update-lowzoom-<%= @style %>.pid --exec /usr/local/bin/update-lowzoom-<%= @style %> } stop() { - start-stop-daemon --stop --retry 300 --pidfile /var/run/update-lowzoom-<%= @style %>.pid --exec /usr/local/bin/update-lowzoom-<%= @style %> + start-stop-daemon --stop --retry 300 --pidfile /var/run/update-lowzoom-<%= @style %>.pid } case "$1" in