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

12 lines
195 B
Plaintext

#!/sbin/runscript
name="busybox syslog"
command="/sbin/syslogd"
command_args="${SYSLOGD_OPTS}"
pidfile="/var/run/syslogd.pid"
depend() {
need clock hostname klogd localmount
provide logger
}