X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8e9e103e9f748fe7a104c4fba00cc72a847e2d3a..a2131407eb794673e66a2289ebda25007b4f561a:/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