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

# run-parts
48 * * * * root run-parts /etc/cron.hourly
19 3 * * * root run-parts /etc/cron.daily
12 3 * * 0 root run-parts /etc/cron.weekly
7 3 29 * * root run-parts /etc/cron.monthly
