Restart and activate all services and timer when in debug mode

This commit is contained in:
2025-08-19 12:19:40 +02:00
parent 7ef20474a0
commit f5db786878
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
## Meta
SYS_TIMER_SUFFIX: ".{{ SOFTWARE_NAME | lower }}.timer"
SYS_TIMER_ALL_ENABLED: false # Runtime Variables for Process Control - Activates all timers, independend if the handlers had been triggered
SYS_TIMER_ALL_ENABLED: "{{ not MODE_DEBUG }}" # Runtime Variables for Process Control - Activates all timers, independend if the handlers had been triggered
## Server Tact Variables