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: Ruslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Ruslan Kuprieiev 2015-05-12 15:35:00 +03:00 committed by Pavel Emelyanov
parent 53bbea7358
commit b197dbdae4

View file

@ -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