mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-02 08:37:54 +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
|