mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-13 03:49:22 +01:00
8 lines
388 B
Plaintext
8 lines
388 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
|
|
# used in my scripts and nordvpn.service.d and yggdrasil.service.d to ensure
|
|
# it works
|
|
%nordvpn ALL=NOPASSWD: /bin/systemctl restart yggdrasil.service
|