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...")
 
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 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 with <code>--daemon</code>.
+
It isn't recommended to use this option together with {{Opt|--daemon}}
 
[[Category:CLI]]
 
[[Category:CLI]]

Revision as of 13:44, 3 February 2017

This option specified a file descriptor. CRIU writes '\0' and close it once process is ready to handle requests.

It isn't recommended to use this option together with --daemon