SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/

# run-parts
2 1 * * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.daily
57 5 * * 0 root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.weekly
0 4 16 * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.monthly
