diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-11-30 11:51:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-30 11:51:12 +0000 |
commit | f13a8d1c69f3588f16f62efa82e1f3cfb0e84230 (patch) | |
tree | 183dbff621862357f6d3822e04cae31483003c5c /changelog.d | |
parent | Improved push typing (#11409) (diff) | |
download | synapse-f13a8d1c69f3588f16f62efa82e1f3cfb0e84230.tar.xz |
synctl stop: wait for processes to exit (#11459)
If you're trying to shut down Synapse, it's rather handy if it *actually* shuts down before you move on.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11459.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11459.feature b/changelog.d/11459.feature new file mode 100644 index 0000000000..4cb97dc1d0 --- /dev/null +++ b/changelog.d/11459.feature @@ -0,0 +1 @@ +`synctl stop` will now wait for Synapse to exit before returning. |