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

# run-parts
34 1 * * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.daily
1 2 * * 0 root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.weekly
44 0 24 * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.monthly
