Quellcode durchsuchen

Do not require (but want) matrix-coturn.service in matrix-synapse

It's not really a requirement, as it can function without it.
Also, restarting matrix-coturn doesn't need to restart matrix-synapse.
pull/6/head
Slavi Pantaleev vor 8 Jahren
Ursprung
Commit
5399e2b6bb
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. +1
    -2
      roles/matrix-server/templates/systemd/matrix-synapse.service.j2

+ 1
- 2
roles/matrix-server/templates/systemd/matrix-synapse.service.j2 Datei anzeigen

@@ -10,8 +10,7 @@ After=matrix-postgres.service
After=matrix-goofys.service
Requires=matrix-goofys.service
{% endif %}
After=matrix-coturn.service
Requires=matrix-coturn.service
Wants=matrix-coturn.service

[Service]
Type=simple


Laden…
Abbrechen
Speichern