Skip to content

Commit 209b0e6

Browse files
authored
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.
1 parent 01f8f19 commit 209b0e6

File tree

1 file changed

+1
-1
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/sysext/containerd/usr/lib/systemd/system

1 file changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/coreos/sysext/containerd/usr/lib/systemd/system/containerd.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Delegate=yes
88
Environment=CONTAINERD_CONFIG=/usr/share/containerd/config.toml
99
ExecStartPre=mkdir -p /run/docker/libcontainerd
1010
ExecStartPre=ln -fs /run/containerd/containerd.sock /run/docker/libcontainerd/docker-containerd.sock
11-
ExecStart=/usr/bin/containerd --config ${TORCX_UNPACKDIR}${TORCX_IMAGEDIR}${CONTAINERD_CONFIG}
11+
ExecStart=/usr/bin/containerd --config ${CONTAINERD_CONFIG}
1212
KillMode=process
1313
Type=notify
1414
Restart=always

0 commit comments

Comments
 (0)