Correct matrix-synapse.service reference in TURN howto docs. (#9308)

This commit is contained in:
dykstranet
2021-02-05 00:22:44 +08:00
committed by GitHub
parent 792263c97c
commit 982d9eb211
2 changed files with 2 additions and 1 deletions

View File

@@ -187,7 +187,7 @@ After updating the homeserver configuration, you must restart synapse:
```
* If you use systemd:
```
systemctl restart synapse.service
systemctl restart matrix-synapse.service
```
... and then reload any clients (or wait an hour for them to refresh their
settings).