From fb3664da1cacfff3401471db38892bc29a701bbb Mon Sep 17 00:00:00 2001
From: DMRobertson systemd
where available: for information on se
systemd
to start synapse workers, see
Systemd with Workers. To use synctl
, see
Using synctl with Workers.
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]
+
+For worker setups, you can run the following command
+poetry run synapse_worker -c [your worker.yaml]
+
synapse.app.generic_worker
This worker can handle API requests matching the following regular expressions. -- cgit 1.5.1