From 042b7d0e92e4cf42506c79ab6bfe504ddb08dc86 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 Jul 2015 14:02:51 +0000 Subject: - Doc fixes on notification, mentions of s6-rc - version: 2.2.0.0 --- doc/overview.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/overview.html') diff --git a/doc/overview.html b/doc/overview.html index eed9b9f..18c5f29 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -346,7 +346,8 @@ s6 provides tools to do that:
  • The s6-svwait, s6-svlisten1 and s6-svlisten programs will wait until a set of -daemons is up, ready or down.
  • +daemons is up, ready, down (as soon as the ./run process dies) or +really down (when the ./finish process has also died).
  • Unfortunately, a daemon being up does not mean that it is ready: this page goes into the details. s6 @@ -358,11 +359,13 @@ it.
  • - For now, s6 does not provide a complete dependency management framework, + s6 does not provide a complete dependency management framework, i.e. a program to automatically start (or stop) a set of services in a specific order - that order being automatically computed from a graph of dependencies between services. - That functionality is planned for a future version of s6. + That functionality belongs to a service manager, and is +implemented for instance in the +s6-rc package.

    Additional utilities

    -- cgit v1.2.3