From a57863d2b4b14b3ca9186f5b4dd6bbae50706741 Mon Sep 17 00:00:00 2001 From: Romain Bouyé Date: Tue, 19 May 2020 13:47:45 +0100 Subject: synctl warns when no process is stopped and avoids start (#6598) * If an error occurs when stopping a process synctl now logs a warning. * During a restart, synctl will avoid attempting to start Synapse if an error occurs during stopping Synapse. --- changelog.d/6590.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/6590.misc (limited to 'changelog.d/6590.misc') diff --git a/changelog.d/6590.misc b/changelog.d/6590.misc new file mode 100644 index 0000000000..05a0156212 --- /dev/null +++ b/changelog.d/6590.misc @@ -0,0 +1 @@ +`synctl` now warns if it was unable to stop Synapse and will not attempt to start Synapse if nothing was stopped. Contributed by Romain Bouyé. -- cgit 1.5.1