diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-05-24 14:03:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 14:03:30 +0100 |
commit | 82eacb0e071657e796952638fe8da90cdb94f2a1 (patch) | |
tree | e0d4238732ad52d0d58f2451a14e333f6a234716 /changelog.d | |
parent | Fix off-by-one-error in synapse_port_db (#9991) (diff) | |
download | synapse-82eacb0e071657e796952638fe8da90cdb94f2a1.tar.xz |
Fix --no-daemonize for synctl with workers (#9995)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9995.bugfix | 1 |
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. |