From 0de36350fb7be376352181667221f56b9a92b64e Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Mon, 22 Jun 2015 09:19:59 -0700 Subject: [PATCH] sidekiq.conf does not start automatically on its own, fixes #2401 --- examples/upstart/manage-one/sidekiq.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/upstart/manage-one/sidekiq.conf b/examples/upstart/manage-one/sidekiq.conf index 72a11956..1cdb59fc 100644 --- a/examples/upstart/manage-one/sidekiq.conf +++ b/examples/upstart/manage-one/sidekiq.conf @@ -17,9 +17,10 @@ description "Sidekiq Background Worker" -# This starts upon bootup and stops on shutdown -start on runlevel [2345] -stop on runlevel [06] +# This script is not meant to start on bootup, workers.conf +# will start all sidekiq instances explicitly when it starts. +#start on runlevel [2345] +#stop on runlevel [06] # change to match your deployment user # setuid deploy