Add postgres to service dependencies

This commit is contained in:
Julian-Samuel Gebühr 2022-07-09 11:44:11 +02:00
parent 4ab516fca8
commit 9ee5785704
1 changed files with 2 additions and 0 deletions

View File

@ -1075,6 +1075,8 @@ matrix_bot_maubot_systemd_required_services_list: |
+
['matrix-' + matrix_homeserver_implementation + '.service']
+
(['matrix-postgres.service'] if matrix_postgres_enabled else [])
+
(['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else [])
}}