From a3ae35313b80898a547076097848d155579e3d72 Mon Sep 17 00:00:00 2001 From: MadLittleMods Date: Tue, 11 Jul 2023 22:14:54 +0000 Subject: deploy: 0371a354cf812593c724402c0dcfdab7257613ae --- develop/print.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'develop/print.html') diff --git a/develop/print.html b/develop/print.html index 81ba0035c0..03294a3183 100644 --- a/develop/print.html +++ b/develop/print.html @@ -10962,10 +10962,10 @@ recommend the use of systemd where available: for information on se

Start Synapse with Poetry

The following applies to Synapse installations that have been installed from source using poetry.

You can start the main Synapse process with Poetry by running the following command:

-
poetry run synapse_homeserver -c [your homeserver.yaml]
+
poetry run synapse_homeserver --config-file [your homeserver.yaml]
 

For worker setups, you can run the following command

-
poetry run synapse_worker -c [your worker.yaml]
+
poetry run synapse_worker --config-file [your homeserver.yaml] --config-file [your worker.yaml]
 

Available worker applications

synapse.app.generic_worker

-- cgit 1.5.1