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

# run-parts
45 * * * * root run-parts /etc/cron.hourly
14 0 * * * root run-parts /etc/cron.daily
45 3 * * 0 root run-parts /etc/cron.weekly
20 3 19 * * root run-parts /etc/cron.monthly
