<pre>#criu service --address <socket_address></pre>
+
<pre>#criu service [options]</pre>
−
Note that you can set suid flag on criu and run it as non-root user, but it will be able to serve only tasks with the same user's uid.
+
Options accepted by service are
−
If no address is set, "/tmp/criu_service.socket" is used by default.
+
; --address <path>
−
You may also like to demonize server(-d), set log level(-v<N>) or set log file(-o <logname>). Server log file wouldn't be very informative for now, though.
+
: is where to put listening socket
−
For the full list of options, please run "criu -h".