Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
make visudo example more secure
Browse files Browse the repository at this point in the history
  • Loading branch information
DerVerruckteFuchs committed Apr 24, 2019
1 parent 30494a5 commit c7786a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions downloads/algorand@.service
Expand Up @@ -17,10 +17,10 @@
## the algorand systemd service, the following lines need to be added to
## /etc/sudoers (using visudo):
##
## algo ALL=(ALL) NOPASSWD: /usr/bin/systemctl start *
## algo ALL=(ALL) NOPASSWD: /usr/bin/systemctl stop *
## algo ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart *
## algo ALL=(ALL) NOPASSWD: /usr/bin/systemctl status *
## algo ALL=(ALL) NOPASSWD: /usr/bin/systemctl start algorand@*
## algo ALL=(ALL) NOPASSWD: /usr/bin/systemctl stop algorand@*
## algo ALL=(ALL) NOPASSWD: /usr/bin/systemctl restart algorand@*
## algo ALL=(ALL) NOPASSWD: /usr/bin/systemctl status algorand@*
##
## On an Ubuntu machine, replace /usr/bin/systemctl with /bin/systemctl.
##
Expand Down

0 comments on commit c7786a8

Please sign in to comment.