Line 113:
Line 113:
====systemd====
====systemd====
−
If you are running systemd you can just:
+
If you are running systemd you can make service start and operate automatically. First do
+
<pre>
+
make install
+
</pre>
+
to make files <code>criu.service</code> and <code>criu.socket</code> appear in systemd configs (<code>/lib/systemd/system/</code>). Then
+
<pre>
<pre>
systemctl start criu.socket
systemctl start criu.socket
Line 123:
Line 128:
</pre>
</pre>
−
to make /var/run/criu-service.socket available at boot
+
to make /var/run/criu-service.socket available at boot.
=== Client ===
=== Client ===