diff options
Diffstat (limited to 'scripts/reboot.in')
-rw-r--r-- | scripts/reboot.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/reboot.in b/scripts/reboot.in new file mode 100644 index 00000000..4da78bb7 --- /dev/null +++ b/scripts/reboot.in @@ -0,0 +1,3 @@ +#!@SHELL@ + +exec @SBINDIR@/openrc-shutdown --reboot "$@" |