# 秒分时日月周年(其余与crontab相同)

# 监控nginx和php-fpm进程
* * * * * * * /bin/bash /root/monitor-lnmp.sh

# 任务调度注册
* * * * * cd /data/www/project && php artisan schedule:run >> /dev/null 2>&1

# 每日凌晨更新日志文件链接
3 0 0 * * * * /bin/bash /data/www/project/log.sh
