Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 20, 2020
1 parent 02b5e51 commit 157e06c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/systemd/sidekiq.service
Expand Up @@ -32,7 +32,7 @@ After=syslog.target network.target
#
# As of v6.0.6, Sidekiq automatically supports systemd's `Type=notify` and watchdog service
# monitoring. If you are using an earlier version of Sidekiq, change this to `Type=simple`
# and remove the `WatchdogSec=5` line.
# and remove the `WatchdogSec` line.
#
# !!!! !!!! !!!!
#
Expand All @@ -50,8 +50,9 @@ ExecStart=/usr/local/bin/bundle exec sidekiq -e production
# 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
#ExecReload=/usr/bin/kill -TSTP $MAINPID

# !!! Change this to your deploy user account !!!
User=deploy
Group=deploy
UMask=0002
Expand Down

0 comments on commit 157e06c

Please sign in to comment.