ソースを参照

removed intentional delay

pull/681/head
Scott Crossen 5年前
コミット
94dcceb7b9
1個のファイルの変更0行の追加4行の削除
  1. +0
    -4
      roles/matrix-dynamic-dns/templates/systemd/matrix-dynamic-dns.service.j2

+ 0
- 4
roles/matrix-dynamic-dns/templates/systemd/matrix-dynamic-dns.service.j2 ファイルの表示

@@ -13,10 +13,6 @@ Wants={{ service }}
Type=simple
ExecStartPre=-{{ matrix_host_command_docker }} kill matrix-dynamic-dns
ExecStartPre=-{{ matrix_host_command_docker }} rm matrix-dynamic-dns

# Intentional delay, so that the homeserver (we likely depend on) can manage to start.
ExecStartPre={{ matrix_host_command_sleep }} 5

ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-dynamic-dns \
--log-driver=none \
--user={{ matrix_user_uid }}:{{ matrix_user_gid }} \


読み込み中…
キャンセル
保存