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.
This commit is contained in:
Slavi Pantaleev 2018-05-29 13:38:41 +03:00
parent 62d1b13c91
commit 5399e2b6bb

View file

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