diff --git a/examples/upstart/manage-many/sidekiq.conf b/examples/upstart/manage-many/sidekiq.conf index 83c3a092..1542ea64 100644 --- a/examples/upstart/manage-many/sidekiq.conf +++ b/examples/upstart/manage-many/sidekiq.conf @@ -19,7 +19,7 @@ description "Sidekiq Background Worker" # This starts upon bootup and stops on shutdown start on runlevel [2345] -stop on runlevel [06] +stop on (stopping sidekiq-manager or runlevel [06]) # change apps to match your deployment user if you want to use this as a less privileged user (recommended!) # setuid deploy