Explorar el Código

Add postgres to service dependencies

pull/1894/head
Julian-Samuel Gebühr hace 3 años
padre
commit
9ee5785704
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      group_vars/matrix_servers

+ 2
- 0
group_vars/matrix_servers Ver fichero

@@ -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 [])
}}



Cargando…
Cancelar
Guardar