From 7d992838c709b6caada3c0b6134a969ba185f42f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 9 Oct 2020 17:13:30 +0000 Subject: Better wording --- doc/notifywhenup.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/notifywhenup.html b/doc/notifywhenup.html index a979f94..c7a0478 100644 --- a/doc/notifywhenup.html +++ b/doc/notifywhenup.html @@ -168,7 +168,7 @@ written in the notification-fd file.
  • And that is all. Do not use s6-notifyoncheck in this case, because you do not need to poll to know whether foo is ready; instead, foo will directly communicate its readiness to -s6-supervise, which is a much more efficient +s6-supervise, and that is a much more efficient mechanism.
  • @@ -185,8 +185,8 @@ readiness event to programs that are waiting for it - for instance the make sure that other programs only start when the daemon is ready. For instance, the s6-rc service manager uses -that mechanism to handle dependencies when starting services that depend -on daemons. +that mechanism to bring sets of services up or down: a service starts as +soon as all its dependencies are ready, but never earlier. -- cgit v1.2.3