Procházet zdrojové kódy

massively increase timeout

pull/622/head
Stuart Mumford před 5 roky
rodič
revize
08da6c727a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-maubot/templates/matrix-maubot.service.j2

+ 1
- 1
roles/matrix-maubot/templates/matrix-maubot.service.j2 Zobrazit soubor

@@ -15,7 +15,7 @@ ExecStartPre=-/usr/bin/docker kill matrix-maubot
ExecStartPre=-/usr/bin/docker rm matrix-maubot

# Intentional delay, so that the homeserver (we likely depend on) can manage to start.
ExecStartPre=/bin/sleep 5
ExecStartPre=/bin/sleep 60

ExecStart=/usr/bin/docker run --rm --name matrix-maubot \
--log-driver=none \


Načítá se…
Zrušit
Uložit