<pre><code class="cron">*/5 * * * * /data/wwwroot/ecstore/script/queue/queue.sh /usr/local/php/bin/php >> /data/wwwlogs/queue.log 2>&1 &
/5 /data/wwwroot/ecstore/script/crontab/crontab.PHP >> /data/wwwlogs/crontab.log 2>&1 &
/5 cd /data/wwwroot/ && git pull >> /data/wwwlogs/git.log 2>&1
- 1 * /root/oneinstack/backup.sh >> /data/wwwlogs/backup.log 2>&1 &