1#!/bin/sh
2
3rm -f /etc/apcctrl/powerfail
4rm -f /etc/nologin
5
6@sbindir@/apcctrl $@
7