11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
|
#!/sbin/runscript
|
||
|
|
||
|
command=/usr/sbin/crond
|
||
|
command_args="${CROND_ARGS}"
|
||
|
|
||
|
depend()
|
||
|
{
|
||
|
need localmount
|
||
|
after bootmisc
|
||
|
}
|