Skip to content

Commit

Permalink
use full paths for sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Mar 19, 2024
1 parent 3076edd commit 3858d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/etc/sudoers.d/workers
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
abc ALL=(root) NOPASSWD: /usr/bin/systemctl restart supervisor
abc ALL=(root) NOPASSWD: /usr/sbin/reboot
abc ALL=(root) NOPASSWD: apt update
abc ALL=(root) NOPASSWD: apt install notifiarr-workers
abc ALL=(root) NOPASSWD: /usr/bin/apt update
abc ALL=(root) NOPASSWD: /usr/bin/apt install notifiarr-workers

0 comments on commit 3858d0c

Please sign in to comment.