From f13a8d1c69f3588f16f62efa82e1f3cfb0e84230 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 30 Nov 2021 11:51:12 +0000 Subject: 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. --- changelog.d/11459.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/11459.feature (limited to 'changelog.d/11459.feature') 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. -- cgit 1.5.1