/
etc
/
systemd
/
system
/
multi-user.target.wants
/
/etc/systemd/system/multi-user.target.wants
mkdir
upload
Name
Size
Mode
Actions
atd.service
347
0644
edit
dl
rm
console-setup.service
312
0644
edit
dl
rm
containerd.service
1421
0644
edit
dl
rm
cron.service
316
0644
edit
dl
rm
dmesg.service
358
0644
edit
dl
rm
docker.service
1727
0644
edit
dl
rm
droplet-agent.service
358
0644
edit
dl
rm
grub-initrd-fallback.service
336
0644
edit
dl
rm
irqbalance.service
454
0644
edit
dl
rm
lxd-agent-9p.service
489
0644
edit
dl
rm
lxd-agent.service
498
0644
edit
dl
rm
mysql.service
529
0644
edit
dl
rm
networkd-dispatcher.service
258
0644
edit
dl
rm
nginx.service
1013
0644
edit
dl
rm
ondemand.service
362
0644
edit
dl
rm
open-vm-tools.service
489
0644
edit
dl
rm
php7.4-fpm.service
523
0644
edit
dl
rm
pollinate.service
355
0644
edit
dl
rm
remote-fs.target
522
0644
edit
dl
rm
rsync.service
255
0644
edit
dl
rm
rsyslog.service
435
0644
edit
dl
rm
secureboot-db.service
604
0644
edit
dl
rm
snap-core18-2999.mount
326
0644
edit
dl
rm
snap-core18-3084.mount
326
0644
edit
dl
rm
snap-core20-2866.mount
326
0644
edit
dl
rm
snap-core20-2922.mount
326
0644
edit
dl
rm
snap-lxd-40364.mount
320
0644
edit
dl
rm
snap-lxd-40526.mount
320
0644
edit
dl
rm
snap-snapd-27710.mount
326
0644
edit
dl
rm
snap-snapd-27738.mount
326
0644
edit
dl
rm
snap.lxd.activate.service
468
0644
edit
dl
rm
snapd.aa-prompt-listener.service
-
0
edit
dl
rm
snapd.apparmor.service
1244
0644
edit
dl
rm
snapd.autoimport.service
432
0644
edit
dl
rm
snapd.core-fixup.service
369
0644
edit
dl
rm
snapd.recovery-chooser-trigger.service
550
0644
edit
dl
rm
snapd.seeded.service
308
0644
edit
dl
rm
snapd.service
607
0644
edit
dl
rm
ssh.service
538
0644
edit
dl
rm
systemd-networkd.service
1998
0644
edit
dl
rm
systemd-resolved.service
1731
0644
edit
dl
rm
ufw.service
266
0644
edit
dl
rm
unattended-upgrades.service
377
0644
edit
dl
rm
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
Save
cmd:
run