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