diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-06-18 16:03:17 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-06-18 16:57:15 +0200 |
commit | 5643b52829587c6bc723233a14b2bdc3f52b3879 (patch) | |
tree | f4873d48996083d2d2bf7cee4411f074b3633b2a /sudo | |
parent | 7e08ae6ff7701632c8e3919b9dd3a7a13970835b (diff) | |
download | birdscan-5643b52829587c6bc723233a14b2bdc3f52b3879.tar birdscan-5643b52829587c6bc723233a14b2bdc3f52b3879.tar.zst birdscan-5643b52829587c6bc723233a14b2bdc3f52b3879.zip |
Implement reboot and poweroff via Web Interface
Diffstat (limited to 'sudo')
-rw-r--r-- | sudo/birdscan | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sudo/birdscan b/sudo/birdscan new file mode 100644 index 0000000..033cd18 --- /dev/null +++ b/sudo/birdscan @@ -0,0 +1 @@ +birdscan ALL= NOPASSWD: /usr/bin/poweroff,/usr/bin/reboot |