From 8da06d32b95a717a34cf5fddbbec25cde49ab40d Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 23 Apr 2021 14:15:30 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/stop-supervisor-if-failure.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/stop-supervisor-if-failure.md diff --git a/changelog/unreleased/stop-supervisor-if-failure.md b/changelog/unreleased/stop-supervisor-if-failure.md new file mode 100644 index 0000000000..8bccf7a53d --- /dev/null +++ b/changelog/unreleased/stop-supervisor-if-failure.md @@ -0,0 +1,7 @@ +Bugfix: Stop the supervisor if a service fails to start + +Steps to make the supervisor fail: + +`PROXY_HTTP_ADDR=0.0.0.0:9144 bin/ocis server` + +https://github.com/owncloud/ocis/pull/1963