From ac2e267a8ab0e1501b4379ec7a4c7dfe48343313 Mon Sep 17 00:00:00 2001 From: "konstantin.grabar" Date: Thu, 7 Jun 2012 14:39:32 +0400 Subject: [PATCH] [refs #510] Remove daemonize option from production.pill --- config/production.pill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.pill b/config/production.pill index 04808b266..deb250904 100644 --- a/config/production.pill +++ b/config/production.pill @@ -22,7 +22,7 @@ Bluepill.application(app_name, :log_file => "/srv/rosa_build/shared/log/bluepill process.start_command = "bundle exec rake resque:work QUEUE=fork_and_import PIDFILE=#{ pid_path } BACKGROUND=yes" process.pid_file = pid_path process.stop_command = "kill -QUIT {{PID}}" - process.daemonize = true + #process.daemonize = true #process.monitor_children do |c| # c.stop_command = "kill -USR1 {{PID}}" # TODO: Are we really need this?