Do not run system cron tasks
Also disable email output from being sent
Oct 06 16:47:14 postdrop: warning: mail_queue_enter: create file maildrop/428130.366: Read-only file system
What a glorious mess (http://vlinux-freak.blogspot.com/2010/12/working-with-crontab-scheduler.html):
/usr/sbin/crond - The cron service which runs continuously
/etc/crontab - The system cron table, which specifies def jobs defined by RHEL
/usr/bin/crontab - Users create and manage cron table entries
/var/spool/cron/* - The directory that holds cron files created by users
/etc/cron.d/* - The directory that holds cron files created by package installation scripts
/etc/cron.allow - Access Allow File
/etc/cron.deny - Access Deny File
/etc/cron.hourly/ - If you put any script in this folder they will be executed automatically in every hour.
/etc/cron.daily/ - If you put any script in this folder they will be executed automatically every day basis.
/etc/cron.weekly/ - If you put any script in this folder they will be executed automatically in every week.
/etc/cron.monthly/ - If you put any script in this folder they will be executed automatically in every month.