diff options
author | Erik Johnston <erik@matrix.org> | 2019-06-10 15:09:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 15:09:49 +0100 |
commit | 6d1e699b5c181542c686affd84ef81ea9649550a (patch) | |
tree | 9b11f171eb56d3545e06d257aa33ff484f14a103 /changelog.d | |
parent | Merge pull request #5325 from matrix-org/babolivier/port_db_account_validity (diff) | |
parent | Accidentally reversed pep8 fixed before, fixed now (diff) | |
download | synapse-6d1e699b5c181542c686affd84ef81ea9649550a.tar.xz |
Merge pull request #5412 from SohamG/fix-4130
Add --no-daemonize option to synctl
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5412.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5412.feature b/changelog.d/5412.feature new file mode 100644 index 0000000000..ec1503860a --- /dev/null +++ b/changelog.d/5412.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 |