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

# run-parts
38 * * * * root run-parts /etc/cron.hourly
19 2 * * * root run-parts /etc/cron.daily
50 3 * * 0 root run-parts /etc/cron.weekly
44 0 14 * * root run-parts /etc/cron.monthly
