Compare commits

...

2 Commits

Author SHA1 Message Date
859bc2a28c
etc/sudoers.d: add restart-matterbridge
Allows restarting matterbridge passwordlessly
2022-02-14 12:14:22 +02:00
0778849f34
etc/sudoers.d: rm protonvpn
TODO: figure out does the hibernate file have reason for existing, I have
faint idea of the package being removed
2022-02-14 12:07:47 +02:00
2 changed files with 3 additions and 10 deletions

View File

@ -1,10 +0,0 @@
# Letting sudoers to use ProtonVPN passwordlessly
# This may be legacy for ProtonVPN 2.x and not required by 3.x
%sudo ALL = (root) NOPASSWD: /usr/bin/protonvpn
%sudo ALL = (root) NOPASSWD: /usr/bin/protonvpn-cli
%sudo ALL = (root) NOPASSWD: /usr/bin/protonvpn-tray
%sudo ALL = (root) NOPASSWD: /usr/bin/protonvpn-gui
%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn
%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn-cli
%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn-tray
%sudo ALL = (root) NOPASSWD: /usr/local/bin/protonvpn-gui

View File

@ -0,0 +1,3 @@
# Via https://askubuntu.com/a/692712, I am tired of checking password just
# for this. Target system: Debian and Ubuntu
%sudo ALL=NOPASSWD: /bin/systemctl restart matterbridge.service