Create drop-in for sudo for vdr user

this allows to restart vdr.service and reboot the system
This commit is contained in:
Alexander Grothe
2018-05-23 09:55:57 +02:00
parent 96b19af073
commit b1389ae487
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
{{ vdr.user }} ALL=NOPASSWD: /bin/systemctl --no-block restart vdr.service
{{ vdr.user }} ALL=NOPASSWD: /bin/systemctl --no-block reboot