mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
sudoers.d/nordvpnd: also allow restarting Tor
This commit is contained in:
parent
955e52f5af
commit
ef9c4acfc3
@ -15,4 +15,7 @@
|
||||
# Clearing DNS caches once we are disconnected
|
||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart unbound.service
|
||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart systemd-resolved.service
|
||||
# Tor complains about failures for a while and then notes IP change and
|
||||
# regenerates keys, so it should probably be here too.
|
||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart tor.service
|
||||
# vim: filetype=sudoers
|
||||
|
Loading…
Reference in New Issue
Block a user