commit f3bbf0f162a3af9646949cb757386f511d9bd5fa parent 9a3f45cb8b82045d2d00776b8904251a0408f3d1 Author: Laurent Bercot <ska-skaware@skarnet.org> Date: Thu, 18 Jun 2015 19:36:48 +0000 Update the overview (remove s6-notifywhenup mention) Diffstat:
M | doc/overview.html | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/doc/overview.html b/doc/overview.html @@ -350,8 +350,11 @@ daemons is up, ready or down. </li> <li> Unfortunately, a daemon being <em>up</em> does not mean that it is <em>ready</em>: <a href="notifywhenup.html">this page</a> goes into the details. s6 -gives you <a href="s6-notifywhenup.html">a tool to use in your run -scripts</a> so the supervisor knows when a service is <em>ready</em>. </li> +supports a simple mechanism: when a daemon wants to signal that it is +<em>ready</em>, it simply writes a newline to a file descriptor of its +choice, and <a href="s6-supervise.html">s6-supervise</a> will pick that +notification up and broadcast the information to processes waiting for +it. </li> </ul> <p>