| Line 235: |
Line 235: |
| | ; -v[N] | | ; -v[N] |
| | : sets the log level | | : sets the log level |
| − |
| |
| − | ==== systemd ====
| |
| − |
| |
| − | If you are running systemd, you can make service start and operate automatically. First do
| |
| − |
| |
| − | make install
| |
| − |
| |
| − | to make files <code>criu.service</code> and <code>criu.socket</code> appear in systemd configs (<code>/lib/systemd/system/</code>).
| |
| − |
| |
| − | Then run
| |
| − |
| |
| − | systemctl start criu.socket
| |
| − |
| |
| − | to get /var/run/criu-service.socket, and
| |
| − |
| |
| − | systemctl enable criu.socket
| |
| − |
| |
| − | to make <code>/var/run/criu-service.socket</code> available at boot.
| |
| | | | |
| | === Client === | | === Client === |