summary refs log tree commit diff
path: root/changelog.d/11449.feature
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/11449.feature')
-rw-r--r--changelog.d/11449.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11449.feature b/changelog.d/11449.feature
new file mode 100644
index 0000000000..94bc175db9
--- /dev/null
+++ b/changelog.d/11449.feature
@@ -0,0 +1 @@
+Expose synapse_homeserver and synapse_worker commands as entry points to run Synapse's main process and worker processes, respectively. Contributed by @Ma27.