
This reverts commit ff7b8ffd6a91d4fe3b59f939d59bf1512e524c60. Depends-On: https://review.opendev.org/703263 Change-Id: I9ed3cc54bb61d6e49219c9c98571740f0e066c3f Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
20 lines
487 B
Desktop File
20 lines
487 B
Desktop File
[Unit]
|
|
Description=containerd container runtime
|
|
Documentation=https://containerd.io
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStartPre=-/sbin/modprobe overlay
|
|
ExecStart=/usr/bin/containerd
|
|
KillMode=process
|
|
Delegate=yes
|
|
LimitNOFILE=1048576
|
|
# Having non-zero Limit*s causes performance problems due to accounting overhead
|
|
# in the kernel. We recommend using cgroups to do container-local accounting.
|
|
LimitNPROC=infinity
|
|
LimitCORE=infinity
|
|
TasksMax=infinity
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|