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:
@ -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
|
||||
|
@ -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
|
Reference in New Issue
Block a user