Commit a639e685 by 马增礼

project init

parent 6a497105
# 秒分时日月周年(其余与crontab相同)
# 监控nginx和php-fpm进程
* * * * * * * /bin/bash /root/monitor-lnmp.sh
# 任务调度注册
* * * * * cd /data/www/project && php artisan schedule:run >> /dev/null 2>&1
# 消息队列进程
* * * * * * * /bin/bash /data/www/project/job.sh
# 每日凌晨更新日志文件链接
3 0 0 * * * * /bin/bash /data/www/project/log.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment