From 8bffa1c19fd05f4f04dad4b5b98f85b94f23113c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 26 Jan 2015 22:26:57 +0000 Subject: - added s6-fdholder-delete(c) - small s6-fdholder-* fixes - s6-fdholder documentation (in review) - s6_svstatus_* bugfix (thanks Olivier Brunel) --- doc/s6-fdholder-getdump.html | 92 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 doc/s6-fdholder-getdump.html (limited to 'doc/s6-fdholder-getdump.html') diff --git a/doc/s6-fdholder-getdump.html b/doc/s6-fdholder-getdump.html new file mode 100644 index 0000000..a339b71 --- /dev/null +++ b/doc/s6-fdholder-getdump.html @@ -0,0 +1,92 @@ + + + + + s6: the s6-fdholder-getdump program + + + + + + +

+s6
+Software
+skarnet.org +

+ +

The s6-fdholder-getdump program

+ +

+s6-fdholder-getdump connects to a +fd-holding daemon listening on a +Unix domain socket, and retrieves its entire state: file descriptors with +their identifiers and expiration dates. It then executes a program with +those file descriptors still open, and the state stored in the +environment. +

+ +

Interface

+ +
+     s6-fdholder-getdump [ -t timeout ] path prog...
+
+ + + +

Options

+ + + +

Usage example

+ +
+   s6-fdholder-getdump /service/fdholderd/s s6-fdholder-setdump /service/fdholderd-2/s
+
+ +

+will get the state of the s6-fdholderd daemon listening on the /service/fdholderd/s +socket, and transmit it to the other s6-fdholderd daemon listening on the +/service/fdholderd-2/s socket. Note that in this precise case, +the s6-fdholder-transferdump +program does the same thing more efficiently. +

+ +

Notes

+ + + + + -- cgit 1.4.1