mirror of
https://abf.rosa.ru/djam/docker-containerd.git
synced 2025-02-23 06:12:54 +00:00
13 lines
250 B
Desktop File
13 lines
250 B
Desktop File
[Unit]
|
|
Description=containerd container runtime
|
|
Documentation=https://containerd.io
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStartPre=/sbin/modprobe overlay
|
|
ExecStart=/usr/bin/containerd
|
|
Delegate=yes
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|