Skip to content
Snippets Groups Projects
Verified Commit b53b8eaf authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

matrix: Increase pantalaimon start sleep to 30 seconds

Now that Pantalaimon refuses operations until it has sync'ed with the
homeserver, we need to give it time to do so or Mjolnir will refuse to
start.
parent f9c0bbe3
No related branches found
No related tags found
No related merge requests found
Pipeline #10211 passed
......@@ -9,7 +9,7 @@ WorkingDirectory=~
ExecStart=/var/lib/synapse/venv-pantalaimon/bin/pantalaimon \
-c /etc/synapse/pantalaimon.conf \
--data-path /var/lib/synapse/pantalaimon-data
ExecStartPost=/usr/bin/sleep 3
ExecStartPost=/usr/bin/sleep 30
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment