]> git.openstreetmap.org Git - chef.git/commitdiff
have nominatim user do updates
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 5 Jul 2013 13:42:36 +0000 (15:42 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 5 Jul 2013 13:42:36 +0000 (15:42 +0200)
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() {