0
点赞
收藏
分享

微信扫一扫

定时器命令

最后的执着 2023-01-12 阅读 200


crontab -e

*/5 * * * * /usr/bin/curl -o temp.txt https://www.a.com/api

service crond restart

// 或者

/bin/systemctl restart crond.service

 

举报

相关推荐

0 条评论