diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-27 00:19:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-27 00:19:43 +0000 |
commit | 79d44a195bfe710fa145446b32ade5e8b1e6a50b (patch) | |
tree | 89e72da1169225c4f1655399d79bac09776f9daa /doc/s6-fdholder-transferdumpc.html | |
parent | 8bffa1c19fd05f4f04dad4b5b98f85b94f23113c (diff) | |
download | s6-79d44a195bfe710fa145446b32ade5e8b1e6a50b.tar.xz |
More documentation! A page about socket activation!
Diffstat (limited to 'doc/s6-fdholder-transferdumpc.html')
-rw-r--r-- | doc/s6-fdholder-transferdumpc.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/s6-fdholder-transferdumpc.html b/doc/s6-fdholder-transferdumpc.html index 7bd6aa0..aea7181 100644 --- a/doc/s6-fdholder-transferdumpc.html +++ b/doc/s6-fdholder-transferdumpc.html @@ -71,11 +71,12 @@ takes care of all the plumbing. </li> requires special authorizations. Make sure the s6-fdholderd instances are <a href="s6-fdholderd.html#configuration">configured</a> to accept dump-getting and dump-setting requests from your client. </li> - <li> The point of the + <li> A typical use case of <a href="s6-fdholder-transferdump.html">s6-fdholder-transferdump</a> and -s6-fdholder-transferdumpc programs is to move a set of fds from one -daemon to another, for instance in the event that the first one has to -to shut down for an upgrade. </li> +s6-fdholder-transferdumpc is when the main fd-holding daemon needs to +upgrade, or restart for some reason. Transferring the file descriptors +into another, temporary fd-holding daemon instance allows it to +restart without losing the descriptors. </li> </ul> </body> |