Restarting cron after changing crontab file?

后端 未结 11 1503
刺人心
刺人心 2020-11-30 16:38

Do I have to restart cron after changing the crontable file?

11条回答
  •  眼角桃花
    2020-11-30 16:59

    On CentOS with cPanel sudo /etc/init.d/crond reload does the trick.

    On CentOS7: sudo systemctl start crond.service

提交回复
热议问题