Line 114:
Line 114:
====systemd====
====systemd====
If you are running systemd you can just:
If you are running systemd you can just:
−
;systemctl start criu.socket
+
<pre>
+
systemctl start criu.socket
+
</pre>
to get /var/run/criu-service.socket, and
to get /var/run/criu-service.socket, and
−
;systemctl enable criu.socket
+
<pre>
+
systemctl enable criu.socket
+
</pre>
to make /var/run/criu-service.socket available at boot
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.