From 3792e9cf4b63d57050c883b3d5164ff5e34ccf0a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 5 Jul 2018 04:43:10 +0300 Subject: add reboot/shutdown buttons --- cgi-bin/poweroff.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cgi-bin/poweroff.sh (limited to 'cgi-bin/poweroff.sh') diff --git a/cgi-bin/poweroff.sh b/cgi-bin/poweroff.sh new file mode 100755 index 0000000..d0df856 --- /dev/null +++ b/cgi-bin/poweroff.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -o errexit -o nounset -o pipefail + +systemctl poweroff -- cgit v1.2.3