Update supervisor config files to use non-hacky python

This commit is contained in:
Kristóf Tóth 2018-03-28 16:28:10 +02:00
parent d88457772d
commit 832aae0c32
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[program:event_handler_main]
directory=%(ENV_TFW_APP_DIR)s
command=env python event_handler_main.py
command=python3 event_handler_main.py

View File

@ -1,4 +1,4 @@
[program:login]
directory=%(ENV_TFW_LOGIN_APP_DIR)s
command=env python server.py
command=python3 server.py
autostart=false