Solved svc-opt-ssd-hdd path bug

This commit is contained in:
2025-08-19 21:50:55 +02:00
parent 95aba805c0
commit 838a8fc7a1
7 changed files with 21 additions and 22 deletions

View File

@@ -6,6 +6,9 @@ OnFailure={{ system_service_tpl_on_failure }}
[Service]
Type={{ system_service_tpl_type }}
{% if system_service_tpl_exec_start_pre |length > 0 %}
ExecStartPre={{ system_service_tpl_exec_start_pre }}
{% endif %}
ExecStart={{ system_service_tpl_exec_start }}
{% if system_service_tpl_runtime |length > 0 %}
RuntimeMaxSec={{ system_service_tpl_runtime }}