From 11b53c25d767fa16671bc0b42158e61c7a2de19f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 13 Jan 2020 20:48:33 +0300 Subject: sinit: add to extra at 1.1 --- extra/sinit/files/sinit.pre.shutdown | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 extra/sinit/files/sinit.pre.shutdown (limited to 'extra/sinit/files/sinit.pre.shutdown') diff --git a/extra/sinit/files/sinit.pre.shutdown b/extra/sinit/files/sinit.pre.shutdown new file mode 100644 index 00000000..af0d6f4f --- /dev/null +++ b/extra/sinit/files/sinit.pre.shutdown @@ -0,0 +1,10 @@ +if [ "$SINIT_SHUTDOWN_HOOKS" = 1 ]; then + case "$1" in + reboot|poweroff) + ;; + *) + echo "Invalid action '$1' for rc.shutdown" 1>&2 + exit 1 + ;; + esac +fi -- cgit v1.2.3