X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7aa1c692da44b5441554522d486e01aa02b27c3a..bf7e2e0a6befa6dfbc0e447bb0a2b8c0868f3186:/cookbooks/nominatim/templates/default/updater.init.erb diff --git a/cookbooks/nominatim/templates/default/updater.init.erb b/cookbooks/nominatim/templates/default/updater.init.erb index 0afbf97b1..cafc8255e 100644 --- a/cookbooks/nominatim/templates/default/updater.init.erb +++ b/cookbooks/nominatim/templates/default/updater.init.erb @@ -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() {