Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 982d9eb

Browse files
authored
Correct matrix-synapse.service reference in TURN howto docs. (#9308)
1 parent 792263c commit 982d9eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/9308.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Correct name of Synapse's service file in TURN howto.

docs/turn-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ After updating the homeserver configuration, you must restart synapse:
187187
```
188188
* If you use systemd:
189189
```
190-
systemctl restart synapse.service
190+
systemctl restart matrix-synapse.service
191191
```
192192
... and then reload any clients (or wait an hour for them to refresh their
193193
settings).

0 commit comments

Comments
 (0)