From bf7e2e0a6befa6dfbc0e447bb0a2b8c0868f3186 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Fri, 5 Jul 2013 15:42:36 +0200 Subject: [PATCH] have nominatim user do updates --- cookbooks/nominatim/templates/default/updater.init.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5