Changes

Jump to navigation Jump to search
168 bytes removed ,  08:22, 15 October 2013
Fixed options description
Line 93: Line 93:  
To launch service server run:
 
To launch service server run:
   −
<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".
+
 
 +
; --pid-file <path>
 +
: is where to write pid of service process
 +
 
 +
; --daemon
 +
: tells service to daemonize
 +
 
 +
; -o <file>
 +
: says where to write logs
 +
 
 +
; -v[N]
 +
: sets the log-level
    
=== Client ===
 
=== Client ===

Navigation menu