mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
sidekiq.conf does not start automatically on its own, fixes #2401
This commit is contained in:
parent
bcbe9b258a
commit
0de36350fb
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue