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

#!/sbin/runscript
name="busybox cron"
command="/usr/sbin/crond"
pidfile="/var/run/crond.pid"
command_args="$CRON_OPTS"
depend() {
need localmount
need logger
}