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