s6
Software
skarnet.org
The s6-fdholder-setdump program
s6-fdholder-setdump connects to a
fd-holding daemon listening on a
Unix domain socket, and dumps a set of file descriptors into
that daemon.
Interface
s6-fdholder-setdump [ -t timeout ] path
Options
- -t timeout : if the operation cannot be
processed in timeout milliseconds, then fail with an error message.
Communications with the server should be near-instant, so this option is
only here to protect users against programming errors (connecting to the
wrong socket, for instance).
Notes
- The file descriptors to transmit to the server should of course be
already open in the s6-fdholder-setdump program; also, s6-fdholder-setdump
should have certain environment variables that describe that set of file
descriptors. The format of the environment is the same as the one set by
s6-fdholder-getdumpc.