Skip to content

Commit 77b1793

Browse files
authored
Merge pull request #3424 from flatcar/t-lo/container-sysext-remove-torcx-vars
Containerd sysext: remove TORCX env vars from service unit
2 parents 01f8f19 + 209b0e6 commit 77b1793

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)