1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Depend on more services, add a delay

This commit is contained in:
Aaron Raimist
2021-04-02 17:07:24 -05:00
parent bab8b950ca
commit 1ecee625d5
2 changed files with 7 additions and 0 deletions

View File

@ -782,6 +782,10 @@ matrix_bot_mjolnir_systemd_required_services_list: |
['docker.service']
+
(['matrix-synapse.service'] if matrix_synapse_enabled else [])
+
(['matrix-postgres.service'] if matrix_postgres_enabled else [])
+
(['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
}}
######################################################################