From 209b0e64ee85f9ce0e89f4951174a5a0651ab30d Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Fri, 24 Oct 2025 10:30:34 +0200 Subject: [PATCH] Containerd sysext: remove TORCX env vars from service unit The systemd service unit shipped with the containerd sysext was still referring to TORCX variables. Since TORCX has been removed years ago, this is no longer required. --- .../sysext/containerd/usr/lib/systemd/system/containerd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/sysext/containerd/usr/lib/systemd/system/containerd.service b/sdk_container/src/third_party/coreos-overlay/coreos/sysext/containerd/usr/lib/systemd/system/containerd.service index ac2b18d806..37023e8875 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/sysext/containerd/usr/lib/systemd/system/containerd.service +++ b/sdk_container/src/third_party/coreos-overlay/coreos/sysext/containerd/usr/lib/systemd/system/containerd.service @@ -8,7 +8,7 @@ Delegate=yes Environment=CONTAINERD_CONFIG=/usr/share/containerd/config.toml ExecStartPre=mkdir -p /run/docker/libcontainerd ExecStartPre=ln -fs /run/containerd/containerd.sock /run/docker/libcontainerd/docker-containerd.sock -ExecStart=/usr/bin/containerd --config ${TORCX_UNPACKDIR}${TORCX_IMAGEDIR}${CONTAINERD_CONFIG} +ExecStart=/usr/bin/containerd --config ${CONTAINERD_CONFIG} KillMode=process Type=notify Restart=always