Optimized alarm and system handlers

This commit is contained in:
2025-08-20 14:58:11 +02:00
parent 42d6c1799b
commit f4a380d802
8 changed files with 26 additions and 10 deletions

View File

@@ -1,3 +1,3 @@
SYS_SERVICE_ALL_ENABLED: "{{ not MODE_DEBUG }}"
SYS_SERVICE_ALL_ENABLED: "{{ MODE_DEBUG }}"
SYS_SERVICE_DEFAULT_STATE: "{{ 'restarted' if MODE_DEBUG else omit }}"
SYS_SERVICE_DEFAULT_RUNTIME: "86400s" # Maximum total runtime a service is allowed to run before being stopped