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

# run-parts
9 * * * * root run-parts /etc/cron.hourly
18 5 * * * root run-parts /etc/cron.daily
8 4 * * 0 root run-parts /etc/cron.weekly
45 4 31 * * root run-parts /etc/cron.monthly
