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