start cron service code example
Example 1: restart crontab
sudo service cron reload
Example 2: Failed to start cron.service: Unit not found. in centos7
systemctl enable crond && systemctl restart crond
Example 3: restart service linux crontab
# service crond start
Example 4: restart service linux crontab
# /etc/init.d/crond start