Information
The cron daemon is used to execute batch jobs on the system.
Rationale:
While there may not be user jobs that need to be run on the system, the system does have maintenance jobs that may include security monitoring that have to run. If another method for scheduling tasks is not being used, cron is used to execute them, and needs to be enabled and running.
Solution
Run the following command to enable and start cron:
# systemctl --now enable crond
OR
Run the following command to remove cron:
# yum remove cronie