#!/bin/sh if [ -f /etc/apcupsd/powerfail ]; then echo "APCUPSD to the Rescue!" echo /etc/apcupsd/apccontrol killpower echo sleep 120 # Never reached in normal powerfailure situation :) exit 1 fi