OnlineJudge/dockerfiles/oj_web_server/mq.conf
2015-09-17 15:21:08 +08:00

16 lines
240 B
Plaintext

[program:mq]
command=python manage.py runscript mq
directory=/root/qduoj/
user=root
numprocs=1
stdout_logfile=/root/log/mq.log
stderr_logfile=/root/log/mq.log
autostart=true
autorestart=true
startsecs=5
stopwaitsecs = 6
killasgroup=true