Fix typo in docs/systemd-with-workers/README.md (#9035)

Signed-off-by: Emelie em@nao.sh
This commit is contained in:
Emelie 2021-01-07 16:31:01 +01:00 committed by GitHub
parent 23d701864f
commit 9066c2fd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/9035.doc Normal file
View File

@ -0,0 +1 @@
Corrected a typo in the `systemd-with-workers` documentation.

View File

@ -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.