[Unit] Description={{ SOFTWARE_NAME }} - Service for role '{{ system_service_id }}' {% if system_service_tpl_on_failure |length > 0 %} OnFailure={{ system_service_tpl_on_failure }} {% endif %} [Service] Type={{ system_service_tpl_type }} ExecStart={{ system_service_tpl_exec_start }} {% if system_service_tpl_runtime |length > 0 %} RuntimeMaxSec={{ system_service_tpl_runtime }} {% endif %}