On Tue, Oct 8, 2024, at 03:54, Shengjing Zhu wrote: > On Fri, Oct 4, 2024 at 7:21 AM Benjamin Peterson <benja...@locrian.net> wrote: >> >> Package: containerd >> Severity: normal >> >> Dear Maintainer, >> >> containerd launches runc, which calls systemd via dbus to set up transient >> units. If dbus is not available, for example because it is shut down before >> containerd, runc will fail. Therefore, containerd should have at least an >> "After" systemd dependency on dbus.service. >> > > Looks like containerd.service is from > https://github.com/containerd/containerd/blob/main/containerd.service > Would you like to file an issue on upstream as well? Sure, I've submitted my proposed change upstream: https://github.com/containerd/containerd/pull/10798