From 306ba25c38f864280c9f78a06816d713f1113416 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Wed, 13 Dec 2023 16:39:14 +0000 Subject: deploy: 930dc9e2d3efd6d82b86c2205b80d6ccb9b4bb86 --- develop/systemd-with-workers/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'develop/systemd-with-workers') diff --git a/develop/systemd-with-workers/index.html b/develop/systemd-with-workers/index.html index 7fb197be27..4061654a3b 100644 --- a/develop/systemd-with-workers/index.html +++ b/develop/systemd-with-workers/index.html @@ -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.4.1