]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/slice: skip member units without realized cgroup during freeze or thaw
authormsizanoen1 <msizanoen@qtmlabs.xyz>
Wed, 7 Dec 2022 09:38:05 +0000 (16:38 +0700)
committermsizanoen1 <msizanoen@qtmlabs.xyz>
Wed, 7 Dec 2022 23:54:53 +0000 (00:54 +0100)
commitfcb0878f7563df9701a4d066378995c0b7ec32be
treec6be3cc088daf3b414528a15e241867d3451783f
parentefa736d3835583a0464b404ae88945d55a180d92
core/slice: skip member units without realized cgroup during freeze or thaw

This ensures that services with `RemainAfterExit` but without any
process running won't cause failure during freeze.
src/core/slice.c