Parcourir la source

massively increase timeout

pull/622/head
Stuart Mumford il y a 5 ans
Parent
révision
08da6c727a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roles/matrix-maubot/templates/matrix-maubot.service.j2

+ 1
- 1
roles/matrix-maubot/templates/matrix-maubot.service.j2 Voir le fichier

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


Chargement…
Annuler
Enregistrer