2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-05 00:35:23 +00:00

criu: scripts: remove criu service files

As it is not recomended to run criu as a root system service, lets
remove service file to stop encouraging people to do it.

Signed-off-by: Ruslan Kuprieiev <rkuprieiev@cloudlinux.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Ruslan Kuprieiev
2015-10-12 12:50:01 +03:00
committed by Pavel Emelyanov
parent f415a693c8
commit 10d5e9a43e
2 changed files with 0 additions and 16 deletions

View File

@@ -1,8 +0,0 @@
[Unit]
Description=Checkpoint Restore in Userspace daemon
[Service]
ExecStart=/usr/sbin/criu service -o /var/log/criu-service.log
[Install]
WantedBy=multi-user.target

View File

@@ -1,8 +0,0 @@
[Unit]
Description=Checkpoint Restore in Userspace socket
[Socket]
ListenSequentialPacket=/var/run/criu-service.socket
[Install]
WantedBy=sockets.target