aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/init.d/halt5
1 files changed, 5 insertions, 0 deletions
diff --git a/rc.d/init.d/halt b/rc.d/init.d/halt
index 267a7c83..8b990791 100755
--- a/rc.d/init.d/halt
+++ b/rc.d/init.d/halt
@@ -199,6 +199,11 @@ if [ "$command" = /sbin/halt ] && [ -f /etc/sysconfig/ups ]; then
fi
fi
+# Turn off UPS in powerfail situation
+if [ -x /etc/apcupsd/apccontrol -a -f /etc/apcupsd/powerfail ]; then
+ /etc/apcupsd/apccontrol killpower
+fi
+
# First, try kexec. If that fails, fall back to rebooting the old way.
[ -n "$kexec_command" ] && $kexec_command -e -x >& /dev/null