mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2025-06-28 07:35:13 +00:00
Split supervisor configuration to several files
This commit is contained in:
3
supervisor/components/event_handlers.conf
Normal file
3
supervisor/components/event_handlers.conf
Normal file
@ -0,0 +1,3 @@
|
||||
[program:event_handler_main]
|
||||
directory=%(ENV_TFW_EVENT_HANDLERS_DIR)s
|
||||
command=env python event_handler_main.py
|
4
supervisor/components/login.conf
Normal file
4
supervisor/components/login.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[program:login]
|
||||
directory=%(ENV_TFW_LOGIN_APP_DIR)s
|
||||
command=env python server.py
|
||||
autostart=false
|
4
supervisor/components/terminado.conf
Normal file
4
supervisor/components/terminado.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[program:terminado]
|
||||
directory=%(ENV_TFW_TERMINADO_DIR)s
|
||||
command=env python server.py
|
||||
autostart=false
|
Reference in New Issue
Block a user