diff options
author | Emelie <em@nao.sh> | 2021-01-07 16:31:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-07 15:31:01 +0000 |
commit | 9066c2fd7f989b261d3e05a966d15ac34b2836c2 (patch) | |
tree | 92afe8c967d7f8d57970baaf15445bada729d4c9 | |
parent | Improve the performance of calculating ignored users in large rooms (#9024) (diff) | |
download | synapse-9066c2fd7f989b261d3e05a966d15ac34b2836c2.tar.xz |
Fix typo in docs/systemd-with-workers/README.md (#9035)
Signed-off-by: Emelie em@nao.sh
-rw-r--r-- | changelog.d/9035.doc | 1 | ||||
-rw-r--r-- | docs/systemd-with-workers/README.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/9035.doc b/changelog.d/9035.doc new file mode 100644 index 0000000000..2a7f0db518 --- /dev/null +++ b/changelog.d/9035.doc @@ -0,0 +1 @@ +Corrected a typo in the `systemd-with-workers` documentation. diff --git a/docs/systemd-with-workers/README.md b/docs/systemd-with-workers/README.md index 8e57d4f62e..cfa36be7b4 100644 --- a/docs/systemd-with-workers/README.md +++ b/docs/systemd-with-workers/README.md @@ -31,7 +31,7 @@ There is no need for a separate configuration file for the master process. 1. Adjust synapse configuration files as above. 1. Copy the `*.service` and `*.target` files in [system](system) to `/etc/systemd/system`. -1. Run `systemctl deamon-reload` to tell systemd to load the new unit files. +1. Run `systemctl daemon-reload` to tell systemd to load the new unit files. 1. Run `systemctl enable matrix-synapse.service`. This will configure the synapse master process to be started as part of the `matrix-synapse.target` target. |