/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/docker.service (1727B)
[Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com After=network-online.target nss-lookup.target docker.socket firewalld.service containerd.service time-set.target Wants=network-online.target containerd.service Requires=docker.socket [Service] Type=notify # the default is not to use systemd for cgroups because the delegate issues still # exists and systemd currently does not support the cgroup feature set required # for containers run by docker ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock ExecReload=/bin/kill -s HUP $MAINPID TimeoutStartSec=0 RestartSec=2 Restart=always # Note that StartLimit* options were moved from "Service" to "Unit" in systemd 229. # Both the old, and new location are accepted by systemd 229 and up, so using the old location # to make them work for either version of systemd. StartLimitBurst=3 # Note that StartLimitInterval was renamed to StartLimitIntervalSec in systemd 230. # Both the old, and new name are accepted by systemd 230 and up, so using the old name to make # this option work for either version of systemd. StartLimitInterval=60s # 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 # Comment TasksMax if your systemd version does not support it. # Only systemd 226 and above support this option. TasksMax=infinity # set delegate yes so that systemd does not reset the cgroups of docker containers Delegate=yes # kill only the docker process, not all processes in the cgroup KillMode=process OOMScoreAdjust=-500 [Install] WantedBy=multi-user.target