Fix headless mode: use sleep loop instead of CLI mode (prevent EOF exit)
- Headless now keeps server alive with asyncio.sleep(1) loop - CLI mode only for non-headless fallback - Enables running SenSu as daemon/service
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
http_port: 4200
|
||||
last_updated: 252439.682639846
|
||||
last_updated: 274185.481265509
|
||||
plugin_routes:
|
||||
example_plugin:
|
||||
- methods:
|
||||
|
||||
Reference in New Issue
Block a user