From 83d78613f003208410def3eb8e90eb93b760b2b2 Mon Sep 17 00:00:00 2001 From: gary Date: Wed, 3 Feb 2021 19:20:21 +0800 Subject: [PATCH 1/2] docs: Correct matrix-synapse.service in TURN howto Elsewhere in the repo this service is already called matrix-synapse.service. Signed-off-by: Gary Dykstra --- changelog.d/9308.doc | 1 + docs/turn-howto.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/9308.doc diff --git a/changelog.d/9308.doc b/changelog.d/9308.doc new file mode 100644 index 000000000000..6947091f09be --- /dev/null +++ b/changelog.d/9308.doc @@ -0,0 +1 @@ +Changed synapse.service to matrix-synapse.service in TURN howto. diff --git a/docs/turn-howto.md b/docs/turn-howto.md index e8f13ad4843d..41738bbe69ce 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). From 5b5ebf88152b5d68649a061807ad8e5e0de9263b Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 3 Feb 2021 16:10:12 +0000 Subject: [PATCH 2/2] Update changelog.d/9308.doc --- changelog.d/9308.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/9308.doc b/changelog.d/9308.doc index 6947091f09be..847f2908afa8 100644 --- a/changelog.d/9308.doc +++ b/changelog.d/9308.doc @@ -1 +1 @@ -Changed synapse.service to matrix-synapse.service in TURN howto. +Correct name of Synapse's service file in TURN howto.