mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
Currently it is not possible to enable criu service after "make install", as it has no [Install] section in criu.service file. Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
8 lines
169 B
Desktop File
8 lines
169 B
Desktop File
[Unit]
|
|
Description=Checkpoint Restore in Userspace daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/criu service -o /var/log/criu-service.log
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|