Onex b2b2c 定时任务
执行crontab -uwww -e(配置定时任务,必须配置的是www权限的crontab,不要在root或者其他用户下配置)
定时任务配置如下
* * * * * /data/httpd/script/queue/queue.sh /usr/local/php56/bin/php > /dev/null
* * * * * /usr/local/php56/bin/php /data/httpd/script/crontab/crontab.php >/dev/null