瀏覽代碼

Merge pull request #4914 from krejcar25/fix/matrix_synapse_wait_seconds_type

Fix regression introduced in a77a875
pull/4917/head
Slavi Pantaleev 2 週之前
committed by GitHub
父節點
當前提交
47bf99af7a
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-synapse/templates/synapse/systemd/matrix-synapse.service.j2

+ 1
- 1
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 %}



Loading…
取消
儲存