etc/sudoers.d: add restart-matterbridge

Allows restarting matterbridge passwordlessly
This commit is contained in:
Aminda Suomalainen 2022-02-14 12:14:22 +02:00
parent 0778849f34
commit 859bc2a28c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

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