github.com/demonoid81/containerd@v1.3.4/containerd.service (about) 1 [Unit] 2 Description=containerd container runtime 3 Documentation=https://containerd.io 4 After=network.target local-fs.target 5 6 [Service] 7 ExecStartPre=-/sbin/modprobe overlay 8 ExecStart=/usr/local/bin/containerd 9 10 Type=notify 11 Delegate=yes 12 KillMode=process 13 Restart=always 14 # Having non-zero Limit*s causes performance problems due to accounting overhead 15 # in the kernel. We recommend using cgroups to do container-local accounting. 16 LimitNPROC=infinity 17 LimitCORE=infinity 18 LimitNOFILE=1048576 19 # Comment TasksMax if your systemd version does not supports it. 20 # Only systemd 226 and above support this version. 21 TasksMax=infinity 22 23 [Install] 24 WantedBy=multi-user.target