summaryrefslogtreecommitdiff
path: root/doc/s6-notifywhenup.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-01-20 23:27:30 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-01-20 23:27:30 +0000
commit2c922d2f9870ef174894a6b91399d5cd59318352 (patch)
treeed22fb3933616047ffe76638195d4e3217614892 /doc/s6-notifywhenup.html
parent9abb12d834d67df430ae9faf3b18487d3ada365d (diff)
downloads6-2c922d2f9870ef174894a6b91399d5cd59318352.tar.xz
Updated doc for s6-notifywhenup ready file
Diffstat (limited to 'doc/s6-notifywhenup.html')
-rw-r--r--doc/s6-notifywhenup.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/s6-notifywhenup.html b/doc/s6-notifywhenup.html
index 054e0f5..10fa6d8 100644
--- a/doc/s6-notifywhenup.html
+++ b/doc/s6-notifywhenup.html
@@ -38,7 +38,7 @@ needed.
<li> s6-notifywhenup forks and executes <em>prog...</em> as the
parent, with a pipe from <em>prog...</em>'s stdout to the child. </li>
<li> The child waits for a newline (<tt>\n</tt>) to be written
-on the pipe. When it gets it, it creates an empty
+on the pipe. When it gets it, it creates a
<tt>./supervise/ready</tt> file then sends a 'U' event to the
<tt>./event</tt> fifodir. </li>
<li> The child exits 0. </li>
@@ -75,6 +75,9 @@ send a 'U' event to <tt>./event</tt> when s6-ipcserver is actually
listening to its socket. </li>
<li> The <a href="s6-svwait.html">s6-svwait</a> program can be used
to wait for 'U' events. </li>
+ <li> The <tt>supervise/ready</tt> file, when created, contains at least
+the absolute time when s6-notifywhenup detected service readiness. The
+format and contents of this file are subject to change. </li>
</ul>
</body>