diff options
author | Savyasachee Jha <savyajha@users.noreply.github.com> | 2021-05-18 16:10:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 16:10:05 +0530 |
commit | 585ae3884c49cc75859b023d6914560b9944f1c8 (patch) | |
tree | 224ca52bef6fec1584dc2da7c0c8281bef27a1e9 | |
parent | Made changes as requested in PR discussion and added a mention of hardening i... (diff) | |
download | synapse-585ae3884c49cc75859b023d6914560b9944f1c8.tar.xz |
Apply suggestions from code review by anoadragon453
Mostly a few grammatical changes to better fit the language expected Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
-rw-r--r-- | docs/systemd-with-workers/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/systemd-with-workers/README.md b/docs/systemd-with-workers/README.md index f8d0eded1a..074e1ead57 100644 --- a/docs/systemd-with-workers/README.md +++ b/docs/systemd-with-workers/README.md @@ -72,16 +72,16 @@ systemctl restart matrix-synapse.target `override-hardened.conf` may be copied from `contrib/systemd/override-hardened.conf` in this repository to the location `/etc/systemd/system/matrix-synapse.service.d/override-hardened.conf` (the -directory will have to be created). It enables certain sandboxing features in +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. A similar override file at `contrib/systemd-with-workers/override-hardened-worker.conf` may be copied to `/etc/systemd/system/matrix-synapse-worker@.service.d/override-hardened-worker.conf` -(this directory will also have to be created) in order to apply the same +(this directory may also have to be created) in order to apply the same hardening options to any worker processes. -Once these files have been copied to their appropriate locations, simply run -the following commands to apply the hardening options. They will automatically +Once these files have been copied to their appropriate locations, simply reload +systemd's manager config files and restart all Synapse services to apply the hardening options. They will automatically be applied at every restart as long as the override files are present at the specified locations. |