1
0
Fork 0
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:
Mike Perham 2015-06-22 09:19:59 -07:00
parent bcbe9b258a
commit 0de36350fb

View file

@ -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