aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.shutdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.shutdown b/rc.shutdown
index ea86f8f..38b22b0 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -75,6 +75,8 @@ fi
[[ $USELVM = [Yy][Ee][Ss] && -x $(type -P lvm) && -d /sys/block ]] &&
status "Deactivating LVM2 groups" vgchange --sysinit -a n &>/dev/null
+run_hook shutdown_poweroff
+
if [[ -x /run/initramfs/shutdown ]]; then
# decide what we want to do
@@ -113,8 +115,6 @@ else
status "Remounting Root Filesystem Read-only" \
mount -n -o remount,ro /
- run_hook shutdown_poweroff
-
# Power off or reboot
printsep
if [[ $RUNLEVEL = 0 ]]; then