8cdc3b696b
--HG-- extra : convert_revision : 136cc7697e053b275039ecedbcf32a1f88b6b3e4
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
#!/sbin/runscript
|
|
|
|
command=/usr/sbin/crond
|
|
pidfile=/var/run/crond.pid
|
|
|
|
depend()
|
|
{
|
|
need localmount
|
|
after bootmisc
|
|
}
|