[refs #510] Remove daemonize option from production.pill

This commit is contained in:
konstantin.grabar 2012-06-07 14:39:32 +04:00
parent 7db11f40c8
commit ac2e267a8a
1 changed files with 1 additions and 1 deletions

View File

@ -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?