#! /bin/sh

set -e

update-rc.d apcd start 11 1 2 3 4 5 . >/dev/null

/etc/init.d/apcd start
