diff --git a/changelog.d/9308.doc b/changelog.d/9308.doc new file mode 100644 index 000000000..847f2908a --- /dev/null +++ b/changelog.d/9308.doc @@ -0,0 +1 @@ +Correct name of Synapse's service file in TURN howto. diff --git a/docs/turn-howto.md b/docs/turn-howto.md index e8f13ad48..41738bbe6 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).