diff --git a/packages/sysutils/busybox/init.d/11_crond b/packages/sysutils/busybox/init.d/11_crond new file mode 100755 index 0000000000..e5d03e397c --- /dev/null +++ b/packages/sysutils/busybox/init.d/11_crond @@ -0,0 +1,10 @@ +# +# start cron daemon +# +# runlevels: openelec, textmode + +( + progress "Starting cron daemon" + + crond -bS -c /etc/crontabs +)&