From 2ab69e081674596352f3fd4a2af874fad9abfdcf Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Wed, 13 Dec 2023 15:42:43 +0000 Subject: deploy: 8613f7693ea284a023dc625c9a35b9ff482f5fd0 --- develop/systemd-with-workers/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'develop/systemd-with-workers/index.html') diff --git a/develop/systemd-with-workers/index.html b/develop/systemd-with-workers/index.html index 3ed5b50d78..7fb197be27 100644 --- a/develop/systemd-with-workers/index.html +++ b/develop/systemd-with-workers/index.html @@ -124,10 +124,10 @@ - + - + @@ -165,9 +165,9 @@ managing workers. It provides a matrix-synapse service for the mast well as a matrix-synapse-worker@ service template for any workers you require. Additionally, to group the required services, it sets up a matrix-synapse.target.

-

See the folder system +

See the folder system for the systemd unit files.

-

The folder workers +

The folder workers contains an example configuration for the generic_worker worker.

Synapse configuration files

See the worker documentation for information on how to set up the @@ -194,7 +194,7 @@ the provided *.service files accordingly.

Set up

  1. Adjust synapse configuration files as above.
  2. -
  3. Copy the *.service and *.target files in system +
  4. Copy the *.service and *.target files in system to /etc/systemd/system.
  5. Run systemctl daemon-reload to tell systemd to load the new unit files.
  6. Run systemctl enable matrix-synapse.service. This will configure the @@ -229,7 +229,7 @@ systemctl restart matrix-synapse.target

    Hardening

    Optional: If further hardening is desired, the file override-hardened.conf may be copied from -contrib/systemd/override-hardened.conf +contrib/systemd/override-hardened.conf in this repository to the location /etc/systemd/system/matrix-synapse.service.d/override-hardened.conf (the directory may have to be created). It enables certain sandboxing features in -- cgit 1.5.1