centos7重启crond失败 service crond restart

254 阅读1分钟

如图:

应使用 /bin/systemctl 执行命令

#启动
/bin/systemctl start crond.service

#重启
/bin/systemctl restart crond.service

#关闭
/bin/systemctl stop crond.service

查看crontab状态:

service crond status