mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 09:09:21 +01:00
5 lines
236 B
Plaintext
5 lines
236 B
Plaintext
|
# 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
|