Run Sidekiq as daemon on Ubuntu

Philip picture Philip · Mar 20, 2013 · Viewed 13.7k times · Source

How can I run sidekiq as daemon on Ubuntu?

If I run bundle exec sidekiq -D I get invalid option: -D, is there any way to run it without some other controller, like god, upstart...?

Answer

Said Kaldybaev picture Said Kaldybaev · Mar 20, 2013

there's an option to Daemonize sidekiq, just pass -d option

commit