aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.shutdown b/rc.shutdown
index ed87eec..ebfc22c 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -6,8 +6,6 @@
. /etc/rc.conf
. /etc/rc.d/functions
-run_hook shutdown_start
-
# avoid staircase effect
stty onlcr
@@ -15,6 +13,8 @@ echo " "
printhl "Initiating Shutdown..."
echo " "
+run_hook shutdown_start
+
[[ -x /etc/rc.local.shutdown ]] && /etc/rc.local.shutdown
stop_all_daemons