mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 07:18:09 +02:00
4 lines
327 B
YAML
4 lines
327 B
YAML
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
|
|
SYS_SERVICE_SUPPRESS_FLUSH: [] # Services where the flush should be suppressed |