X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/fa83d388532f171cb429e18ee33da90dd5f48c8d..acb7b631f32248190c9b28d706536977a32bc72f:/package/busybox/files/cron?ds=sidebyside diff --git a/package/busybox/files/cron b/package/busybox/files/cron index 9bc89d81c..9a3139271 100755 --- a/package/busybox/files/cron +++ b/package/busybox/files/cron @@ -3,6 +3,7 @@ START=50 start () { + [ -z $(ls /etc/crontabs/) ] && exit 1 mkdir -p /var/spool/cron [ -L /var/spool/cron/crontabs ] || ln -s /etc/crontabs /var/spool/cron/crontabs crond -c /etc/crontabs