mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-20 21:15:33 +00:00
Solved linebreak bug
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description={{ SOFTWARE_NAME }} - Service for role '{{ system_service_id }}'
|
Description={{ SOFTWARE_NAME }} - Service for role '{{ system_service_id }}'
|
||||||
{{- system_service_tpl_on_failure | systemd_directive('OnFailure') }}
|
{{ system_service_tpl_on_failure | systemd_directive('OnFailure') }}
|
||||||
StartLimitIntervalSec=60
|
StartLimitIntervalSec=60
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
OnFailureJobMode=replace-irreversibly
|
OnFailureJobMode=replace-irreversibly
|
||||||
|
Reference in New Issue
Block a user