blob: fbb2851224056bb8b229ab52e79bd0a86f07f7a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/sbin/runscript
name="busybox acpid"
command="/sbin/acpid"
command_args="$ACPID_OPTS"
pidfile="/var/run/acpid.pid"
depend() {
need dev localmount
after hwdrivers modules
}
|