summary refs log tree commit diff
path: root/changelog.d/9995.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-05-24 14:03:30 +0100
committerGitHub <noreply@github.com>2021-05-24 14:03:30 +0100
commit82eacb0e071657e796952638fe8da90cdb94f2a1 (patch)
treee0d4238732ad52d0d58f2451a14e333f6a234716 /changelog.d/9995.bugfix
parentFix off-by-one-error in synapse_port_db (#9991) (diff)
downloadsynapse-82eacb0e071657e796952638fe8da90cdb94f2a1.tar.xz
Fix --no-daemonize for synctl with workers (#9995)
Diffstat (limited to 'changelog.d/9995.bugfix')
-rw-r--r--changelog.d/9995.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9995.bugfix b/changelog.d/9995.bugfix
new file mode 100644
index 0000000000..3b63e7c42a
--- /dev/null
+++ b/changelog.d/9995.bugfix
@@ -0,0 +1 @@
+Fix `synctl`'s `--no-daemonize` parameter to work correctly with worker processes.