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

# run-parts
19 * * * * root run-parts /etc/cron.hourly
15 2 * * * root run-parts /etc/cron.daily
25 2 * * 0 root run-parts /etc/cron.weekly
58 2 6 * * root run-parts /etc/cron.monthly
