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
183 B
Plaintext

#!/sbin/runscript
name="busybox $SVCNAME"
command="/usr/sbin/$SVCNAME"
command_args="$INETD_OPTS"
pidfile="/var/run/$SVCNAME.pid"
depend() {
need net localmount
after firewall
}