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"
|
description "Sidekiq Background Worker"
|
||||||
|
|
||||||
# This starts upon bootup and stops on shutdown
|
# This script is not meant to start on bootup, workers.conf
|
||||||
start on runlevel [2345]
|
# will start all sidekiq instances explicitly when it starts.
|
||||||
stop on runlevel [06]
|
#start on runlevel [2345]
|
||||||
|
#stop on runlevel [06]
|
||||||
|
|
||||||
# change to match your deployment user
|
# change to match your deployment user
|
||||||
# setuid deploy
|
# setuid deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue