Skip to content

Commit

Permalink
More location fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaprotector authored Dec 14, 2024
1 parent 67e9416 commit 7d2530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sudo-comment.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description = Prompts user to add comments to certain sudo commands

[Service]
Type=simple
ExecStart=/usr/bin/sh -c 'echo /var/log/sudo.log | entr -np /usr/local/bin/waitcomment.sh'
ExecStart=/bin/sh -c 'echo /var/log/sudo.log | entr -np /lib/waitcomment.sh'
Restart=on-failure

[Install]
Expand Down

0 comments on commit 7d2530a

Please # to comment.