1
0
Fork 0
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:
Mike Perham 2020-05-19 09:45:41 -07:00
parent ebeff59f06
commit a631ba920a

View file

@ -47,10 +47,7 @@ WorkingDirectory=/opt/myapp/current
ExecStart=/usr/local/bin/bundle exec sidekiq -e production
# If you use rvm in production, don't.
# use `systemctl reload sidekiq` to send the quiet signal to Sidekiq
# at the start of your deploy process.
# Or you can use `systemctl kill -s TSTP sidekiq`
#ExecReload=/usr/bin/kill -TSTP $MAINPID
# Use `systemctl kill -s TSTP sidekiq` to quiet the Sidekiq process
# !!! Change this to your deploy user account !!!
User=deploy