summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-21 16:16:30 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-21 16:16:30 +0100
commita1a9b51fd7faa6fc956829b78a03ac86dbd40e94 (patch)
tree02a27ba556a2d669cce32f6bdf1e38eaa27f2791 /docs
parentMerge commit '23d701864' into anoa/dinsic_release_1_31_0 (diff)
parentSome cleanups to device inbox store. (#9041) (diff)
downloadsynapse-a1a9b51fd7faa6fc956829b78a03ac86dbd40e94.tar.xz
Merge commit '63593134a' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'docs')
-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.