Update supervisor.conf
This commit is contained in:
parent
239acb5f95
commit
ca6f2b782b
|
@ -1,5 +1,4 @@
|
||||||
[supervisord]
|
[supervisord]
|
||||||
environment=LEMUR_CONF=/home/lemur/.lemur/lemur.conf.py
|
|
||||||
nodaemon=true
|
nodaemon=true
|
||||||
user=root
|
user=root
|
||||||
logfile=/dev/stdout
|
logfile=/dev/stdout
|
||||||
|
@ -7,6 +6,7 @@ logfile_maxbytes=0
|
||||||
pidfile = /tmp/supervisord.pid
|
pidfile = /tmp/supervisord.pid
|
||||||
|
|
||||||
[program:lemur]
|
[program:lemur]
|
||||||
|
environment=LEMUR_CONF=/home/lemur/.lemur/lemur.conf.py
|
||||||
command=/usr/bin/python3 manage.py start -b 0.0.0.0:8000
|
command=/usr/bin/python3 manage.py start -b 0.0.0.0:8000
|
||||||
user=lemur
|
user=lemur
|
||||||
directory=/opt/lemur/lemur
|
directory=/opt/lemur/lemur
|
||||||
|
|
Loading…
Reference in New Issue