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

# run-parts
38 * * * * root run-parts /etc/cron.hourly
47 4 * * * root run-parts /etc/cron.daily
40 3 * * 0 root run-parts /etc/cron.weekly
17 3 3 * * root run-parts /etc/cron.monthly
