Slavi Pantaleev
há 2 meses
committed by
GitHub
ascendente
cometimento
47bf99af7a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
1 adições e
1 eliminações
-
roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse.service.j2
|
|
|
@@ -74,7 +74,7 @@ ExecStart={{ devture_systemd_docker_base_host_command_docker }} start --attach m |
|
|
|
ExecStartPost={{ matrix_synapse_systemd_healthcheck_command }} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
{% if matrix_synapse_systemd_service_post_start_delay_seconds > 0 %} |
|
|
|
{% if matrix_synapse_systemd_service_post_start_delay_seconds | int > 0 %} |
|
|
|
ExecStartPost=-{{ matrix_host_command_sleep }} {{ matrix_synapse_systemd_service_post_start_delay_seconds }} |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|