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

# run-parts
6 * * * * root run-parts /etc/cron.hourly
4 5 * * * root run-parts /etc/cron.daily
40 2 * * 0 root run-parts /etc/cron.weekly
52 1 29 * * root run-parts /etc/cron.monthly
