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
Based on your system configuration, run the appropriate one of the following commands to enable cron:
# systemctl --now enable cron
Notes:
Additional methods of enabling a service exist. Consult your distribution documentation for appropriate methods.