blob: 2e73b777bbb0fa5dcf10c27c865a6aad1daa4340 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/sbin/openrc-run
name="busybox acpid"
command="/sbin/acpid"
command_args="$ACPID_OPTS"
pidfile="/var/run/acpid.pid"
start_stop_daemon_args="-g wheel -k 027"
depend() {
need dev localmount
after hwdrivers modules
keyword -vserver -lxc
}
|