diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-02 11:17:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 11:17:55 +0100 |
commit | c3863ad6bf1f6d3cc40b839563ef1f81a53e481f (patch) | |
tree | 672758ed26ecc60a66905995b5e15f6e7c08da25 /changelog.d | |
parent | Add ability to set timezone for Docker container (#5383) (diff) | |
parent | Newsfile (diff) | |
download | synapse-c3863ad6bf1f6d3cc40b839563ef1f81a53e481f.tar.xz |
Merge pull request #5587 from matrix-org/erikj/fix_synctl
Fix --no-daemonize flag for synctl
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5587.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5587.feature b/changelog.d/5587.feature new file mode 100644 index 0000000000..ec1503860a --- /dev/null +++ b/changelog.d/5587.feature @@ -0,0 +1 @@ +Add --no-daemonize option to run synapse in the foreground, per issue #4130. Contributed by Soham Gumaste. \ No newline at end of file |