void-packages/srcpkgs/cronie/files/crond.rc
Juan RP 8cdc3b696b cronie: remove name assignment from rc script, bumprev.
--HG--
extra : convert_revision : 136cc7697e053b275039ecedbcf32a1f88b6b3e4
2009-11-30 21:07:03 +01:00

10 lines
117 B
Text

#!/sbin/runscript
command=/usr/sbin/crond
pidfile=/var/run/crond.pid
depend()
{
need localmount
after bootmisc
}