From faa82d22accdb541cfa8e93b42f12cac4a175747 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Tue, 15 Dec 2020 16:41:35 +0100 Subject: [PATCH] add changelog --- changelog/unreleased/runtime-update.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 changelog/unreleased/runtime-update.md diff --git a/changelog/unreleased/runtime-update.md b/changelog/unreleased/runtime-update.md new file mode 100644 index 00000000000..b44b3f29157 --- /dev/null +++ b/changelog/unreleased/runtime-update.md @@ -0,0 +1,10 @@ +Enhancement: Update OCIS Runtime + +- enhances the overall behavior of our runtime +- runtime `db` file configurable +- two new env variables to deal with the runtime +- `RUNTIME_DB_FILE` and `RUNTIME_KEEP_ALIVE` +- `RUNTIME_KEEP_ALIVE` defaults to `false` to provide backwards compatibility +- if `RUNTIME_KEEP_ALIVE` is set to `true`, if a supervised process terminates the runtime will attempt to start with the same environment provided. + +https://github.com/owncloud/ocis/pull/1108