#!/sbin/openrc-run

name="busybox acpid"
command="/sbin/acpid"
command_args="$ACPID_OPTS -f"
pidfile="/run/acpid.pid"
command_background=true
start_stop_daemon_args="-g wheel -k 027"

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

