mirror of
https://github.com/containerd/containerd.git
synced 2026-08-09 17:39:22 +00:00
When running containerd inside LXC, due to systemd being unable to execute
`modprobe overlay` inside the container (module is already loaded in host kernel).
This patch adds a `-` prefix to the `ExecStartPre` command, so that failures
are ignored, and the service can start as usual.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 555ea3fb43)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>