mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-30 15:51:31 +01:00
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:
parent
01f8f19479
commit
209b0e64ee
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user