#!/sbin/runscript
command=/usr/sbin/crond
pidfile=/var/run/crond.pid
name="crond (Cron Daemon)"
depend()
{
need localmount
after bootmisc
}