2ccfd491e7
fixed the path to runc OBS-URL: https://build.opensuse.org/request/show/412320 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/containerd?expand=0&rev=17
20 lines
573 B
Desktop File
20 lines
573 B
Desktop File
[Unit]
|
|
Description=Containerd Standalone OCI Container Daemon
|
|
Documentation=https://containerd.tools/
|
|
After=network.target containerd.socket
|
|
Requires=containerd.socket
|
|
|
|
[Service]
|
|
EnvironmentFile=/etc/sysconfig/containerd
|
|
ExecStart=/usr/sbin/containerd --listen fd:// --runtime /usr/sbin/runc $CONTAINERD_OPTS
|
|
LimitNOFILE=1048576
|
|
LimitNPROC=1048576
|
|
LimitCORE=infinity
|
|
# While containerd doesn't directly modify cgroups, we have to make sure that
|
|
# systemd doesn't suddenly decide to mess around with runC's cgroup setup.
|
|
Delegate=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|