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

# run-parts
30 1 * * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.daily
38 0 * * 0 root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.weekly
26 2 6 * * root [ ! -f /etc/cron.hourly/0anacron ] && run-parts /etc/cron.monthly
