mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-09 01:27:18 +00:00
Update supervisor config files to use non-hacky python
This commit is contained in:
parent
d88457772d
commit
832aae0c32
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
[program:login]
|
||||
directory=%(ENV_TFW_LOGIN_APP_DIR)s
|
||||
command=env python server.py
|
||||
command=python3 server.py
|
||||
autostart=false
|
||||
|
Loading…
Reference in New Issue
Block a user