Commit b197dbda authored by Ruslan Kuprieiev's avatar Ruslan Kuprieiev Committed by Pavel Emelyanov

criu: systemd: allow enabling criu service

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: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 53bbea73
......@@ -3,3 +3,6 @@ Description=Checkpoint Restore in Userspace daemon
[Service]
ExecStart=/usr/sbin/criu service -o /var/log/criu-service.log
[Install]
WantedBy=multi-user.target
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment