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

14 lines
213 B
Plaintext

#!/sbin/runscript
name="busybox klogd"
command="/sbin/klogd"
command_args="${KLOGD_OPTS}"
pidfile="/var/run/klogd.pid"
depend() {
need clock hostname localmount
before net
provide logger
keyword novserver
}