From c891774a0efe0fca42efbc90f8ecccb480944eee Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 18 May 2021 17:39:39 +0100 Subject: [PATCH] Apply suggestions from code review --- docs/systemd-with-workers/README.md | 4 ++-- 1 file 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 ```