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.
This commit is contained in:
Thilo Fromm 2025-10-24 10:30:34 +02:00 committed by GitHub
parent 01f8f19479
commit 209b0e64ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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