Преглед изворни кода

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 пре 7 година
родитељ
комит
5399e2b6bb
1 измењених фајлова са 1 додато и 2 уклоњено
  1. +1
    -2
      roles/matrix-server/templates/systemd/matrix-synapse.service.j2

+ 1
- 2
roles/matrix-server/templates/systemd/matrix-synapse.service.j2 Прегледај датотеку

@@ -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


Loading…
Откажи
Сачувај