s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 2c922d2f9870ef174894a6b91399d5cd59318352
parent 9abb12d834d67df430ae9faf3b18487d3ada365d
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Tue, 20 Jan 2015 23:27:30 +0000

 Updated doc for s6-notifywhenup ready file

Diffstat:
Mdoc/s6-notifywhenup.html | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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>