void-packages/srcpkgs/dcron/files/crond.init
2010-11-26 16:23:47 +01:00

10 lines
119 B
Text
Executable file

#!/sbin/runscript
command=/usr/sbin/crond
command_args="${CROND_ARGS}"
depend()
{
need localmount
after bootmisc
}