From 618f35458f93014fd9a5444b2ced35339a9c7c1f Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Tue, 2 Jan 2024 18:49:00 +1100 Subject: [PATCH] update roadmap --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4de84e39..85ccca4d 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,6 @@ This Roadmap for the next release is not writting in the stone. Feel free to mak Certain repetitive tasks can be more efficiently managed directly by `66` in C rather than scripting them in the `Execute` field. For example, utilizing a `WorkDir` keyword can facilitate moving to the declared WorkDir value before executing the script. +- React on event: + + Implementation of a daemon for event response to allow users to define services that dynamically start and stop when certain conditions are met, without needing to encode every possible condition in the service manager configuration. -- GitLab