etc/sudoers.d: add nordvpn

This commit is contained in:
Aminda Suomalainen 2024-01-05 12:48:04 +02:00
parent 39dffa8939
commit 0f5dceed49
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

4
etc/sudoers.d/nordvpnd Normal file
View File

@ -0,0 +1,4 @@
# passwordless sudo systemctl ... for group nordvpn
%nordvpn ALL=NOPASSWD: /bin/systemctl stop nordvpnd.service
%nordvpn ALL=NOPASSWD: /bin/systemctl start nordvpnd.service
%nordvpn ALL=NOPASSWD: /bin/systemctl restart nordvpnd.service