Natanael Copa 8b63b64f4f main/busybox-initscripts: use pidfile
Use the pidfile rather than exec name to stop services. This fixes
issue with qemu-arm
2013-07-19 09:13:06 +00:00

13 lines
179 B
Plaintext

#!/sbin/runscript
name="busybox acpid"
command="/sbin/acpid"
command_args="$ACPID_OPTS"
pidfile="/var/run/acpid.pid"
depend() {
need dev localmount
after hwdrivers modules
}