Split supervisor configuration to several files

This commit is contained in:
Kristóf Tóth
2018-01-31 17:02:45 +01:00
parent fde26fb0c8
commit 0ec79fe8d0
5 changed files with 27 additions and 24 deletions

View File

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

View File

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

View File

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