Skip to content

Commit

Permalink
Add support for capistrano-sidekiq sidekiq:quiet command. (#143)
Browse files Browse the repository at this point in the history
The command issued by Capistrano is
```
00:00 sidekiq:quiet
      01 sudo systemctl kill -s TSTP sidekiq
```
  • Loading branch information
mark-dce authored Jan 10, 2024
1 parent 7134de8 commit 69b49b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/sidekiq/templates/sidekiq.sudoers.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ deploy ALL=(ALL) NOPASSWD: /bin/systemctl start sidekiq
deploy ALL=(ALL) NOPASSWD: /bin/systemctl stop sidekiq
deploy ALL=(ALL) NOPASSWD: /bin/systemctl restart sidekiq
deploy ALL=(ALL) NOPASSWD: /bin/systemctl status sidekiq
deploy ALL=(ALL) NOPASSWD: /bin/systemctl kill -s TSTP sidekiq

0 comments on commit 69b49b1

Please sign in to comment.