aboutsummaryrefslogtreecommitdiff
path: root/core/sinit/files/sinit.pre.shutdown
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-15 11:31:06 +0300
committerCem Keylan <cem@ckyln.com>2020-01-15 11:31:06 +0300
commitedc945a68cb7e2d74b6cdfa0de33bc382be70c2b (patch)
tree29e2b9d39d016edbd848a2db38e6caa3040e3224 /core/sinit/files/sinit.pre.shutdown
parent3e90bcf9811dd3dc5d397fbfe18d0ed84a4fac65 (diff)
downloadrepository-edc945a68cb7e2d74b6cdfa0de33bc382be70c2b.tar.gz
sinit: remove pre shutdown hook
Diffstat (limited to 'core/sinit/files/sinit.pre.shutdown')
-rw-r--r--core/sinit/files/sinit.pre.shutdown10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/sinit/files/sinit.pre.shutdown b/core/sinit/files/sinit.pre.shutdown
deleted file mode 100644
index af0d6f4f..00000000
--- a/core/sinit/files/sinit.pre.shutdown
+++ /dev/null
@@ -1,10 +0,0 @@
-if [ "$SINIT_SHUTDOWN_HOOKS" = 1 ]; then
- case "$1" in
- reboot|poweroff)
- ;;
- *)
- echo "Invalid action '$1' for rc.shutdown" 1>&2
- exit 1
- ;;
- esac
-fi