Line 112:
Line 112:
: sets the log-level
: sets the log-level
+
====systemd====
+
If you are running systemd you can just:
+
;systemctl start criu.socket
+
+
to get /var/run/criu-service.socket, and
+
;systemctl enable criu.socket
+
+
to make /var/run/criu-service.socket available at boot
=== Client ===
=== Client ===
Client, in its turn, must connect to service socket, send criu_req with request in it, and wait for a criu_resp with response.
Client, in its turn, must connect to service socket, send criu_req with request in it, and wait for a criu_resp with response.