mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Remove ill-advised usage of systemctl reload
for quiet, closes #4569
This commit is contained in:
parent
ebeff59f06
commit
a631ba920a
1 changed files with 1 additions and 4 deletions
|
@ -47,10 +47,7 @@ WorkingDirectory=/opt/myapp/current
|
||||||
ExecStart=/usr/local/bin/bundle exec sidekiq -e production
|
ExecStart=/usr/local/bin/bundle exec sidekiq -e production
|
||||||
# If you use rvm in production, don't.
|
# If you use rvm in production, don't.
|
||||||
|
|
||||||
# use `systemctl reload sidekiq` to send the quiet signal to Sidekiq
|
# Use `systemctl kill -s TSTP sidekiq` to quiet the Sidekiq process
|
||||||
# at the start of your deploy process.
|
|
||||||
# Or you can use `systemctl kill -s TSTP sidekiq`
|
|
||||||
#ExecReload=/usr/bin/kill -TSTP $MAINPID
|
|
||||||
|
|
||||||
# !!! Change this to your deploy user account !!!
|
# !!! Change this to your deploy user account !!!
|
||||||
User=deploy
|
User=deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue