0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-10 13:18:54 +02:00
synapse/changelog.d/11449.feature
Maximilian Bosch 42bf020463
Expose worker & homeserver as entrypoints in setup.py (#11449)
Co-authored-by: reivilibre <oliverw@matrix.org>
2021-11-30 16:52:45 +00:00

2 lines
158 B
Gherkin

Expose synapse_homeserver and synapse_worker commands as entry points to run Synapse's main process and worker processes, respectively. Contributed by @Ma27.