diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-04-09 02:40:03 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-04-09 02:40:03 +0000 |
| commit | 8f723b57193758cc7ecab296fe9eec69a8535db3 (patch) | |
| tree | b4470f54032a8c1c9c9dbc848eb8a89cb52a998b | |
| parent | 8a5a621baa9e756b34c507c3d8e2119dabe7f630 (diff) | |
| download | s6-8f723b57193758cc7ecab296fe9eec69a8535db3.tar.gz | |
doc update for s6-notify-fd-from-socket
| -rw-r--r-- | doc/s6-notify-fd-from-socket.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/s6-notify-fd-from-socket.html b/doc/s6-notify-fd-from-socket.html index 2a8ea62..a6ab880 100644 --- a/doc/s6-notify-fd-from-socket.html +++ b/doc/s6-notify-fd-from-socket.html @@ -97,6 +97,14 @@ otherwise, leave it alone. </dd> <h2 id="notes"> Notes </h2> <ul> + <li> <tt>s6-notify-fd-from-socket</tt> only understands the <tt>READY=1</tt> +line of the <tt>NOTIFY_SOCKET</tt> protocol. It will ignore any other line, +and extensions will not be added. It will only work for readiness notification, +and not for generic communication with the supervisor, fd transmission, or +anything of the kind. There is a way to store file descriptors with s6: +<a href="s6-fdholder-store.html">s6-fdholder-store</a>, which can be used in +a run script, and is entirely independent from the readiness notification +protocol. </li> <li> <tt>s6-notify-fd-from-socket</tt> is for daemons using the systemd protocol that you want to run under s6. If you want to do the opposite, i.e. run under systemd a daemon that uses the s6 notification protocol, use the @@ -104,7 +112,5 @@ run under systemd a daemon that uses the s6 notification protocol, use the instead. </li> </ul> - - </body> </html> |
