# yum install cronie
# apt-get install cron
-n This option changes default behavior causing it to run crond in the foreground. This can be useful when starting it out of init.
# /usr/sbin/crond -n
-f Stay in foreground mode, don't daemonize.
# /usr/sbin/cron -f