Ver código fonte

massively increase timeout

pull/622/head
Stuart Mumford 5 anos atrás
pai
commit
08da6c727a
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      roles/matrix-maubot/templates/matrix-maubot.service.j2

+ 1
- 1
roles/matrix-maubot/templates/matrix-maubot.service.j2 Ver arquivo

@@ -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 \


Carregando…
Cancelar
Salvar