#!/sbin/runscript
command=/usr/sbin/crond
command_args="${CROND_ARGS}"
depend()
{
need localmount
after bootmisc
}