Information
The cron daemon is used to execute batch jobs on the system.
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, and cron is used to execute them.
Note: IF systemd timers are configured and used for scheduled tasks, this recommendation may be skipped
Solution
Run the following commands to unmask, enable, and start crond :
# systemctl unmask crond
# systemctl --now enable crond