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

Commit

Permalink
Correct matrix-synapse.service reference in TURN howto docs. (#9308)
Browse files Browse the repository at this point in the history
  • Loading branch information
dykstranet committed Feb 4, 2021
1 parent 792263c commit 982d9eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/9308.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Correct name of Synapse's service file in TURN howto.
2 changes: 1 addition & 1 deletion docs/turn-howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 982d9eb

Please sign in to comment.