#!/bin/sh
exec 2>&1
MYTH_RUN_STATUS="1"
. /etc/rc.conf
. /etc/rc.d/functions

stat_runit "Starting APC UPS Daemon"
exec /usr/bin/apcupsd -b -f /etc/apcupsd/apcupsd.conf
