]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/templates/default/updater.init.erb
have nominatim user do updates
[chef.git] / cookbooks / nominatim / templates / default / updater.init.erb
index 0afbf97b1aaba9ba3466dcbf09d0cee213e52caa..cafc8255ef6e41761b4f976fb10d3782bb885f15 100644 (file)
@@ -3,7 +3,7 @@
 # DO NOT EDIT - This file is being maintained by Chef
 
 start() {
-  start-stop-daemon --start --chuid suzuki --background --make-pidfile --pidfile /var/run/nominatim-update.pid --exec <%= @source_directory %>/utils/nominatim-update
+  start-stop-daemon --start --chuid nominatim --background --make-pidfile --pidfile /var/run/nominatim-update.pid --exec <%= @source_directory %>/utils/nominatim-update
 }
 
 stop() {