diff --git a/packages/sysutils/busybox/init.d/11_crond b/packages/sysutils/busybox/init.d/11_crond deleted file mode 100755 index 11affc62fd..0000000000 --- a/packages/sysutils/busybox/init.d/11_crond +++ /dev/null @@ -1,10 +0,0 @@ -# start cron daemon -# -# runlevels: openelec, text, debug - -( - progress "Starting CRON daemon" - - mkdir -p /var/spool/cron/crontabs - crond -S -)&