mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
sys-daemon & sys-service: align timeout handling
- Updated sys-daemon defaults: * Increased SYSTEMD_DEFAULT_TIMEOUT_START to 24h * Improved inline comments for clarity - Changed sys-service vars: * Removed hardcoded 60s TimeoutStartSec * Now empty by default → inherits manager defaults from sys-daemon See: https://chatgpt.com/share/68ade432-67f8-800f-b6c2-b8f87764479b
This commit is contained in:
@@ -24,4 +24,4 @@ system_service_tpl_runtime: "{{ '' if system_service_tpl_type == 'ones
|
||||
system_service_tpl_exec_start_pre: ""
|
||||
system_service_tpl_exec_start: "{{ system_service_script_exec }}"
|
||||
system_service_tpl_exec_start_post: ""
|
||||
system_service_tpl_timeout_start_sec: "60s"
|
||||
system_service_tpl_timeout_start_sec: "" # If not defined the default values from sys-daemon in manager will be used
|
Reference in New Issue
Block a user