修复配置文件日志路径错误
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user