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

# run-parts
56 * * * * root run-parts /etc/cron.hourly
35 3 * * * root run-parts /etc/cron.daily
31 4 * * 0 root run-parts /etc/cron.weekly
23 1 25 * * root run-parts /etc/cron.monthly
