Update webservice supervisor config in preparation for console

This commit is contained in:
Kristóf Tóth 2018-05-28 16:44:19 +02:00
parent 68c90aa2e9
commit 00f2473592
1 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,6 @@ directory=%(ENV_TFW_WEBSERVICE_DIR)s
environment=BASEURL="/webservice"
command=python3 server.py
autostart=true
startretries=0
stdout_logfile=/tmp/webservice_logs
stderr_logfile=/tmp/webservice_logs