templates/rails_app/Eyefile.tt in railman-0.1.2 vs templates/rails_app/Eyefile.tt in railman-0.2.0
- old
+ new
@@ -36,6 +36,14 @@
monitor_children do
stop_command 'kill -QUIT {PID}'
end
end
+
+ process :sidekiq do
+ start_command "./bin/sidekiq -e #{RAILS_ENV} -C ./config/sidekiq.yml"
+ pid_file "./tmp/pids/sidekiq.pid"
+ stdall "log/sidekiq.log"
+ daemonize true
+ stop_signals [:USR1, 0, :TERM, 10.seconds, :KILL]
+ end
end
\ No newline at end of file