Update supervisor.conf

This commit is contained in:
Lukas M 2018-12-31 12:52:07 +01:00 committed by GitHub
parent 239acb5f95
commit ca6f2b782b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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