Update supervisor.conf
This commit is contained in:
parent
3901571685
commit
d8377ffc57
|
@ -5,10 +5,9 @@ logfile=/dev/stdout
|
||||||
logfile_maxbytes=0
|
logfile_maxbytes=0
|
||||||
pidfile = /tmp/supervisord.pid
|
pidfile = /tmp/supervisord.pid
|
||||||
|
|
||||||
|
|
||||||
[program:lemur]
|
[program:lemur]
|
||||||
command=python3 /opt/lemur/lemur/manage.py -c /conf/lemur.conf.py start -b 0.0.0.0:8000
|
command=python3 /opt/lemur/lemur/manage.py start -b 0.0.0.0:8000
|
||||||
user=root
|
user=lemur
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
stdout_logfile_maxbytes = 0
|
stdout_logfile_maxbytes = 0
|
||||||
stderr_logfile=/dev/stderr
|
stderr_logfile=/dev/stderr
|
||||||
|
|
Loading…
Reference in New Issue