- adding init script for cron daemon
This commit is contained in:
Stephan Raue 2010-04-12 21:59:22 +02:00
parent 0923303978
commit 8963a13f9f

View File

@ -0,0 +1,10 @@
#
# start cron daemon
#
# runlevels: openelec, textmode
(
progress "Starting cron daemon"
crond -bS -c /etc/crontabs
)&