]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/templates/default/update.init.erb
Enable GPS update service
[chef.git] / cookbooks / gps-tile / templates / default / update.init.erb
index 724ecb164770df1ad38d4a2214214deea5ef9d82..95aeeebd6ff93f56493c501a70b814e8ef5864c6 100644 (file)
@@ -3,7 +3,7 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
 start() {
-  start-stop-daemon --start --chuid gpstile --chdir /srv/gps-tile.openstreetmap.org --background --make-pidfile --pidfile /var/run/gps-update.pid --exec /src/gps-tile.openstreetmap.org/updater/update
+  start-stop-daemon --start --chuid gpstile --chdir /srv/gps-tile.openstreetmap.org --background --make-pidfile --pidfile /var/run/gps-update.pid --exec /srv/gps-tile.openstreetmap.org/updater/update
 }
 
 stop() {