summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authordykstranet <gary@dykstranet.com>2021-02-05 00:22:44 +0800
committerGitHub <noreply@github.com>2021-02-04 11:22:44 -0500
commit982d9eb2114459a615862df2459a78d21d4c68f3 (patch)
treef2f8ff9eef2f4f7c40fc5064b217cc6e8cf925f0 /docs
parentHandle empty rooms when generating email notifications. (#9257) (diff)
downloadsynapse-982d9eb2114459a615862df2459a78d21d4c68f3.tar.xz
Correct `matrix-synapse.service` reference in TURN howto docs. (#9308)
Diffstat (limited to 'docs')
-rw-r--r--docs/turn-howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/turn-howto.md b/docs/turn-howto.md

index e8f13ad484..41738bbe69 100644 --- a/docs/turn-howto.md +++ b/docs/turn-howto.md
@@ -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).