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

# run-parts
2 * * * * root run-parts /etc/cron.hourly
49 3 * * * root run-parts /etc/cron.daily
2 5 * * 0 root run-parts /etc/cron.weekly
10 1 4 * * root run-parts /etc/cron.monthly
