diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-05 04:43:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-05 04:43:10 +0300 |
commit | 3792e9cf4b63d57050c883b3d5164ff5e34ccf0a (patch) | |
tree | 654662053656fecd7d49be673d39259e47e63955 /cgi-bin/reboot.sh | |
parent | code style (diff) | |
download | linux-status-3792e9cf4b63d57050c883b3d5164ff5e34ccf0a.tar.gz linux-status-3792e9cf4b63d57050c883b3d5164ff5e34ccf0a.zip |
add reboot/shutdown buttons
Diffstat (limited to 'cgi-bin/reboot.sh')
-rwxr-xr-x | cgi-bin/reboot.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cgi-bin/reboot.sh b/cgi-bin/reboot.sh new file mode 100755 index 0000000..b8bb350 --- /dev/null +++ b/cgi-bin/reboot.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -o errexit -o nounset -o pipefail + +systemctl reboot |