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

# run-parts
39 * * * * root run-parts /etc/cron.hourly
57 4 * * * root run-parts /etc/cron.daily
14 0 * * 0 root run-parts /etc/cron.weekly
17 4 13 * * root run-parts /etc/cron.monthly
