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

# run-parts
41 * * * * root run-parts /etc/cron.hourly
33 3 * * * root run-parts /etc/cron.daily
24 2 * * 0 root run-parts /etc/cron.weekly
54 5 14 * * root run-parts /etc/cron.monthly
