Update webservice supervisor config in preparation for console

This commit is contained in:
Kristóf Tóth
2018-05-30 11:29:42 +02:00
parent 68c90aa2e9
commit 00f2473592
+3
View File
@@ -4,3 +4,6 @@ directory=%(ENV_TFW_WEBSERVICE_DIR)s
environment=BASEURL="/webservice" environment=BASEURL="/webservice"
command=python3 server.py command=python3 server.py
autostart=true autostart=true
startretries=0
stdout_logfile=/tmp/webservice_logs
stderr_logfile=/tmp/webservice_logs