定时任务

来源:互联网 发布:阿里云 发邮件 编辑:程序博客网 时间:2024/05/22 13:16

编辑 任务

crontab -e 


 15  2  1   *   * curl http://ws.hnylbsc.com/crontab/cj_index.php?act=month.php
12  2  *   *   * curl http://ws.hnylbsc.com/crontab/cj_index.php?act=date.php
*/5  *  *   *   * curl http://ws.hnylbsc.com/crontab/cj_index.php?act=minutes
*  */1  *   *   * curl http://ws.hnylbsc.com/crontab/cj_index.php?act=hour 

重启任务 

sudo /etc/init.d/cron restart

原创粉丝点击