mirror of
https://github.com/opencontainers/runc.git
synced 2025-12-24 11:50:58 +08:00
On some systems (e.g., AlmaLinux 8), systemd automatically removes cgroup paths when they become empty (i.e., contain no processes). To prevent this, we spawn a dummy process to pin the cgroup in place. Fix: https://github.com/opencontainers/runc/issues/5003 Signed-off-by: lifubang <lifubang@acmcoder.com>