修复配置文件日志路径错误

This commit is contained in:
virusdefender
2015-09-17 15:41:44 +08:00
parent 7f72e3f1b0
commit beb060bf63
3 changed files with 10 additions and 10 deletions

View File

@@ -2,11 +2,11 @@
command=python manage.py runscript mq
directory=/root/qduoj/
directory=/code/qduoj/
user=root
numprocs=1
stdout_logfile=/root/log/mq.log
stderr_logfile=/root/log/mq.log
stdout_logfile=/code/log/mq.log
stderr_logfile=/code/log/mq.log
autostart=true
autorestart=true
startsecs=5