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