1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 13:15:13 +00:00

Remove TFWServer logic (handled in baseimage from now)

This commit is contained in:
Kristóf Tóth
2018-06-29 22:52:39 +02:00
parent 9b3e62852d
commit 6b1fa664c4
4 changed files with 3 additions and 16 deletions

View File

@ -1,4 +1,4 @@
[program:event_handler_main]
user=root
directory=%(ENV_TFW_SERVER_DIR)s
directory=%(ENV_TFW_EHMAIN_DIR)s
command=python3 event_handler_main.py

View File

@ -1,4 +0,0 @@
[program:tfwserver]
user=root
directory=%(ENV_TFW_SERVER_DIR)s
command=python3 tfw_server.py