diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-18 19:36:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-06-18 19:36:48 +0000 |
commit | f3bbf0f162a3af9646949cb757386f511d9bd5fa (patch) | |
tree | d90201e72e5562cad76d1b05826131e847747d82 /doc/overview.html | |
parent | 9a3f45cb8b82045d2d00776b8904251a0408f3d1 (diff) | |
download | s6-f3bbf0f162a3af9646949cb757386f511d9bd5fa.tar.xz |
Update the overview (remove s6-notifywhenup mention)
Diffstat (limited to 'doc/overview.html')
-rw-r--r-- | doc/overview.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/overview.html b/doc/overview.html index 84e2f62..eed9b9f 100644 --- 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> |