/etc/systemd/system/multi-user.target.wants
NameSizeModeActions
aibolit-resident.service9470644editdlrm
atd.service2220644editdlrm
auditd.service18520644editdlrm
chronyd.service5510644editdlrm
cosmic-ai-risk-dashboard.service3310644editdlrm
cpanel-onboot.service6840644editdlrm
cpanel.service7160644editdlrm
cpanelquotaonboot.service3240644editdlrm
cpipv6.service5480644editdlrm
crond.service3560644editdlrm
csf.service2700644editdlrm
dnf-makecache.timer3200644editdlrm
docker.service17090644editdlrm
dovecot.service3620644editdlrm
ea-php73-php-fpm.service7160644editdlrm
ea-php74-php-fpm.service7160644editdlrm
ea-php81-php-fpm.service7160644editdlrm
ea-php82-php-fpm.service7160644editdlrm
ea-php84-php-fpm.service7160644editdlrm
ea-php85-php-fpm.service7160644editdlrm
exim.service4270644editdlrm
fastmail.service3160644editdlrm
flask.service2400644editdlrm
fstrim.timer2290644editdlrm
grubinstall.service2490644editdlrm
httpd.service6080644editdlrm
imunify-agent-proxy.service8160644editdlrm
imunify-antivirus.service38430644editdlrm
imunify-notifier.service3880644editdlrm
ipaliases.service6540644editdlrm
irqbalance.service4750644editdlrm
kdump.service3880644editdlrm
lfd.service2150644editdlrm
mailman.service2480644editdlrm
mysqld.service21200644editdlrm
nfs-client.target4130644editdlrm
nscd.service5120644editdlrm
pdns.service14260644editdlrm
pm2-root.service8160644editdlrm
pure-authd.service2820644editdlrm
pure-ftpd.service3120644editdlrm
remote-fs.target5220644editdlrm
rpcbind.service5440644editdlrm
rsyslog.service9600644editdlrm
securetmp.service3520644editdlrm
smartd.service3290644editdlrm
sshd.service4560644editdlrm
sw-engine.service5150644editdlrm
sysstat.service4750644editdlrm
tuned.service4390644editdlrm
wp-toolkit-background-tasks.service3410644editdlrm
wp-toolkit-scheduled-tasks.service3390644editdlrm
Edit: /usr/lib/systemd/system/docker.service (1709B)
[Unit] Description=Docker Application Container Engine Documentation=https://docs.docker.com After=network-online.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