From 982d9eb2114459a615862df2459a78d21d4c68f3 Mon Sep 17 00:00:00 2001 From: dykstranet Date: Fri, 5 Feb 2021 00:22:44 +0800 Subject: Correct `matrix-synapse.service` reference in TURN howto docs. (#9308) --- docs/turn-howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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). -- cgit 1.5.1