mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
restore sidekiq manager event.
This commit is contained in:
parent
f3f282cad0
commit
a5e5535472
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue