Fix octoprint sudoers file

This commit is contained in:
pgrondek 2020-04-22 23:15:56 +02:00
parent 3e0faec15a
commit 139a9522ba

View File

@ -1,3 +1,3 @@
octoprint ALL= NOPASSWD: /bin/systemctl start octoprint.service octoprint ALL=(root) NOPASSWD: /bin/systemctl start octoprint.service
octoprint ALL= NOPASSWD: /bin/systemctl stop octoprint.service octoprint ALL=(root) NOPASSWD: /bin/systemctl stop octoprint.service
octoprint ALL= NOPASSWD: /bin/systemctl restart octoprint.service octoprint ALL=(root) NOPASSWD: /bin/systemctl restart octoprint.service