summary refs log tree commit diff
path: root/docs/systemd-with-workers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-08 11:18:20 +0000
committerErik Johnston <erik@matrix.org>2021-01-08 11:18:20 +0000
commit00c62b9d07488ef9891f3a911683f30cfc09732c (patch)
treed61c831c721789620d5a6fd4ed5c35f94cbfdc97 /docs/systemd-with-workers
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentAllow running sendToDevice on workers (#9044) (diff)
downloadsynapse-00c62b9d07488ef9891f3a911683f30cfc09732c.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'docs/systemd-with-workers')
-rw-r--r--docs/systemd-with-workers/README.md2
1 files changed, 1 insertions, 1 deletions
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.