diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-05-18 17:39:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 17:39:39 +0100 |
commit | c891774a0efe0fca42efbc90f8ecccb480944eee (patch) | |
tree | 6256393e63df339e56bed3755f413560fb1d379f | |
parent | Removed duplicate file for hardening systemd workers and updated the docs as ... (diff) | |
download | synapse-c891774a0efe0fca42efbc90f8ecccb480944eee.tar.xz |
Apply suggestions from code review
Diffstat (limited to '')
-rw-r--r-- | docs/systemd-with-workers/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/systemd-with-workers/README.md b/docs/systemd-with-workers/README.md index 19ac1a3306..a1135e9ed5 100644 --- a/docs/systemd-with-workers/README.md +++ b/docs/systemd-with-workers/README.md @@ -74,7 +74,7 @@ systemctl restart matrix-synapse.target `/etc/systemd/system/matrix-synapse.service.d/override-hardened.conf` (the directory may have to be created). It enables certain sandboxing features in systemd to further secure the synapse service. You may read the comments to -understand what the override file is doing. The same file at may also be copied +understand what the override file is doing. The same file will need to be copied to `/etc/systemd/system/matrix-synapse-worker@.service.d/override-hardened-worker.conf` (this directory may also have to be created) in order to apply the same @@ -88,7 +88,7 @@ specified locations. ```sh systemctl daemon-reload -# Restart the services +# Restart services systemctl restart matrix-synapse.target ``` |