ibrand 687 B

12345678910111213141516171819
  1. SHELL=/bin/bash
  2. PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/php/bin
  3. MAILTO=root
  4. # For details see man 4 crontabs
  5. # Example of job definition:
  6. # .---------------- minute (0 - 59)
  7. # | .------------- hour (0 - 23)
  8. # | | .---------- day of month (1 - 31)
  9. # | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
  10. # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
  11. # | | | | |
  12. # * * * * * user-name command to be executed
  13. # 这里如果要通过日志服务收集日志, 日志文件就不能放到数据卷中。
  14. * * * * * www /opt/php/bin/php /data/www/public/artisan schedule:run >> /var/log/cron.log 2>&1
  15. # Blank line is required for a cron