mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
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:
parent
53bbea7358
commit
b197dbdae4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue