mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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:
parent
f415a693c8
commit
10d5e9a43e
2 changed files with 0 additions and 16 deletions
|
|
@ -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
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Checkpoint Restore in Userspace socket
|
|
||||||
|
|
||||||
[Socket]
|
|
||||||
ListenSequentialPacket=/var/run/criu-service.socket
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=sockets.target
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue