X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/8e9e103e9f748fe7a104c4fba00cc72a847e2d3a..4e3259a9a87be028b3a591661c386485e4a2a7fc:/cookbooks/tile/templates/default/replicate.init.erb diff --git a/cookbooks/tile/templates/default/replicate.init.erb b/cookbooks/tile/templates/default/replicate.init.erb index d2200f87a..b7c6220fb 100644 --- a/cookbooks/tile/templates/default/replicate.init.erb +++ b/cookbooks/tile/templates/default/replicate.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/replicate.pid --exec /usr/local/bin/replicate + start-stop-daemon --start --chuid tile --background --make-pidfile --pidfile /var/run/replicate.pid --exec /usr/local/bin/replicate } stop() { - start-stop-daemon --stop --retry 300 --pidfile /var/run/replicate.pid --exec /usr/local/bin/replicate + start-stop-daemon --stop --retry 300 --pidfile /var/run/replicate.pid } case "$1" in