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

# run-parts
14 * * * * root run-parts /etc/cron.hourly
8 4 * * * root run-parts /etc/cron.daily
55 0 * * 0 root run-parts /etc/cron.weekly
16 5 12 * * root run-parts /etc/cron.monthly
