#!/sbin/openrc-run

name="busybox acpid"
command="/sbin/acpid"
command_args="$ACPID_OPTS"
pidfile="/var/run/acpid.pid"

depend() {
	need dev localmount
	after hwdrivers modules
	keyword -vserver -lxc
}

