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

Move TFW stuff to hidden location with proper permissions

This commit is contained in:
Kristóf Tóth
2018-04-19 17:33:12 +02:00
parent 709c61d130
commit d6ff80230f
4 changed files with 8 additions and 6 deletions

View File

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

View File

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