sudo yum install cronie
sudo vim /lib/systemd/system/crond.service

then add the -s option to the crond start-up command in crond.service,

ExecStart=/usr/sbin/crond -n -s $CRONDARGS

Lastly back in the shell,

sudo systemctl daemon-reload