Changes

25 bytes removed ,  18:08, 12 January 2023
m
Add kill command
Line 30: Line 30:  
Go to the destination node and restore the apps from images on it:
 
Go to the destination node and restore the apps from images on it:
   −
  [dst]# criu restore --tree <pid> --images-dir <path-to-images>
+
  [dst]# criu restore --images-dir <path-to-images>
    
=== Kill ===
 
=== Kill ===
 
If everything went OK you can return on the source node and kill stopped tasks on it.
 
If everything went OK you can return on the source node and kill stopped tasks on it.
   −
  [src]# FIXME put command here
+
  [src]# kill <pid>
    
== Notes ==
 
== Notes ==
16

edits