diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-16 18:15:13 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-16 18:15:13 +0000 |
commit | 79ed2ae6f61e9666f00b0ec35131735f65cb4535 (patch) | |
tree | a118a639a9c7a8e206548b3d2fb7875e2fc7f3ff /doc/s6-tcpserver4d.html | |
parent | 6b296387d7ebf2b3db9e9f56c3f7c93153e87183 (diff) | |
download | s6-networking-79ed2ae6f61e9666f00b0ec35131735f65cb4535.tar.xz |
Doc reference fix! that's an old one...
Diffstat (limited to 'doc/s6-tcpserver4d.html')
-rw-r--r-- | doc/s6-tcpserver4d.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/s6-tcpserver4d.html b/doc/s6-tcpserver4d.html index 94b2895..c1a509b 100644 --- a/doc/s6-tcpserver4d.html +++ b/doc/s6-tcpserver4d.html @@ -65,10 +65,10 @@ the same IP address </li> <li> <tt>-1</tt> : write a newline to stdout, and close stdout, right before entering the client-accepting loop. If stdout is suitably redirected, this can be used by monitoring -programs to check when the server is accepting connections. -The <a href="//skarnet.org/software/s6/s6-notifywhenup.html">s6-notifywhenup</a> -program can be used before the s6-tcpserver -invocation to notify listeners when the server is ready. </li> +programs to check when the server is accepting connections. This can be +used with s6's <a href="//skarnet.org/software/s6/notifywhenup.html">readiness +notification mechanism</a> to make sure subsequent services do not start +before the server is ready. </li> <li> <tt>-v <em>verbosity</em></tt> : be more or less verbose. By default, <em>verbosity</em> is 1: print warning messages to stderr. 0 means only print fatal error messages ; 2 means print status and |