/etc/systemd/system/multi-user.target.wants
NameSizeModeActions
atd.service3470644editdlrm
console-setup.service3120644editdlrm
containerd.service14210644editdlrm
cron.service3160644editdlrm
dmesg.service3580644editdlrm
docker.service17270644editdlrm
droplet-agent.service3580644editdlrm
grub-initrd-fallback.service3360644editdlrm
irqbalance.service4540644editdlrm
lxd-agent-9p.service4890644editdlrm
lxd-agent.service4980644editdlrm
mysql.service5290644editdlrm
networkd-dispatcher.service2580644editdlrm
nginx.service10130644editdlrm
ondemand.service3620644editdlrm
open-vm-tools.service4890644editdlrm
php7.4-fpm.service5230644editdlrm
pollinate.service3550644editdlrm
remote-fs.target5220644editdlrm
rsync.service2550644editdlrm
rsyslog.service4350644editdlrm
secureboot-db.service6040644editdlrm
snap-core18-2999.mount3260644editdlrm
snap-core18-3084.mount3260644editdlrm
snap-core20-2866.mount3260644editdlrm
snap-core20-2922.mount3260644editdlrm
snap-lxd-40364.mount3200644editdlrm
snap-lxd-40526.mount3200644editdlrm
snap-snapd-27710.mount3260644editdlrm
snap-snapd-27738.mount3260644editdlrm
snap.lxd.activate.service4680644editdlrm
snapd.aa-prompt-listener.service-0editdlrm
snapd.apparmor.service12440644editdlrm
snapd.autoimport.service4320644editdlrm
snapd.core-fixup.service3690644editdlrm
snapd.recovery-chooser-trigger.service5500644editdlrm
snapd.seeded.service3080644editdlrm
snapd.service6070644editdlrm
ssh.service5380644editdlrm
systemd-networkd.service19980644editdlrm
systemd-resolved.service17310644editdlrm
ufw.service2660644editdlrm
unattended-upgrades.service3770644editdlrm
Edit: /usr/lib/systemd/system/containerd.service (1421B)
# Copyright The containerd Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. [Unit] Description=containerd container runtime Documentation=https://containerd.io After=network.target local-fs.target dbus.service [Service] #uncomment to enable the experimental sbservice (sandboxed) version of containerd/cri integration #Environment="ENABLE_CRI_SANDBOXES=sandboxed" ExecStartPre=-/sbin/modprobe overlay ExecStart=/usr/bin/containerd Type=notify Delegate=yes KillMode=process Restart=always RestartSec=5 # 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 LimitNOFILE=infinity # Comment TasksMax if your systemd version does not supports it. # Only systemd 226 and above support this version. TasksMax=infinity OOMScoreAdjust=-999 [Install] WantedBy=multi-user.target