0 votes
757 views
by (1.5k points)
My OS is CentOS 7.6

1 Answer

0 votes
by (10.3k points)

It's due to Cron daemon (service) either stopped or not running since system restarts. You can manually trigger to activate Cron functionality again without the need to restart the OS and system.

Just go to SSH and run following command. 

systemctl enable crond && systemctl restart crond

Now verify test-run of Cron job by setting nearby time. Hope this will help you. 

...