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