
# run-parts (using busybox crond & run-parts)
# ALU: Take care that run-parts do not accept scripts 
# filenames with extension (logrotate , not logrotate.sh)
01 * * * * /bin/run-parts /etc/cron.hourly
02 4 * * * /bin/run-parts /etc/cron.daily
22 4 * * 0 /bin/run-parts /etc/cron.weekly
42 4 1 * * /bin/run-parts /etc/cron.monthly
