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, and cron is used to execute them.
Solution
Run the following command to enable cron :
# systemctl --now enable crond
Notes:
Additional methods of enabling a service exist. Consult your distribution documentation for appropriate methods.