[CRIU] [PATCH] criu.8: document restore --leave-stopped

Kir Kolyshkin kir at openvz.org
Tue Oct 18 08:48:14 PDT 2016


Option --leave-stopped can now be used during restore,
but this was not reflected in the man page.

https://github.com/xemul/criu/issues/215

Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Documentation/criu.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/criu.txt b/Documentation/criu.txt
index 5ee5995..dc83fab 100644
--- a/Documentation/criu.txt
+++ b/Documentation/criu.txt
@@ -284,6 +284,10 @@ Restores previously checkpointed processes.
 *-d*, *--restore-detached*::
     Detach *criu* itself once restore is complete.
 
+*-s*, *--leave-stopped*::
+    Leave tasks in stopped state after checkpoint, instead of resuming
+    their execution.
+
 *-S*, *--restore-sibling*::
     Restore root task as a sibling (makes sense only with
     *--restore-detached*).
-- 
2.7.4



More information about the CRIU mailing list