Difference between revisions of "CLI/opt/--status-fd"

From CRIU
Jump to navigation Jump to search
(Created page with "This option specified a file descriptor. CRIU writes <code>'\0'</code> and close it once process is ready to handle requests. It isn't recommended to use this option together...")
 
m (minor formatting)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
This option specified a file descriptor. CRIU writes <code>'\0'</code> and close it once process is ready to handle requests.
+
This option specifies a file descriptor to report status to. CRIU writes <code>'\0'</code> and close the fd once the process is done preparing and ready to handle requests.
 +
 
 +
It is not recommended to use this option together with {{Opt|--daemon}}.
  
It isn't recommended to use this option together with <code>--daemon</code>.
 
 
[[Category:CLI]]
 
[[Category:CLI]]

Latest revision as of 21:32, 13 February 2017

This option specifies a file descriptor to report status to. CRIU writes '\0' and close the fd once the process is done preparing and ready to handle requests.

It is not recommended to use this option together with --daemon.