Update supervisor.conf

This commit is contained in:
Lukas M 2018-12-31 10:41:19 +01:00 committed by GitHub
parent aefdead50a
commit 25c4672845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ logfile_maxbytes=0
pidfile = /tmp/supervisord.pid
[program:lemur]
command=python3 /opt/lemur/lemur/manage.py start -b 0.0.0.0:8000
command=/usr/bin/python3 /opt/lemur/lemur/manage.py start -b 0.0.0.0:8000
user=lemur
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes = 0
@ -14,7 +14,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:nginx]
command=nginx -g "daemon off;"
command=/usr/sbin/nginx -g "daemon off;"
user=root
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes = 0
@ -22,7 +22,7 @@ stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:dcron]
command=crond -f
command=/usr/sbin/crond -f
user=root
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes = 0