]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: skip the removal of cgroups in the TEST_RUN_MINIMAL mode (#8622)
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 3 Apr 2018 13:04:22 +0000 (16:04 +0300)
committerLennart Poettering <lennart@poettering.net>
Tue, 3 Apr 2018 13:04:22 +0000 (15:04 +0200)
commitf6c63f6fc90040f0017a7cc37f3a05d5b86226d7
tree5808925b66df91c45bec394a1d0a6d8c8d7dac83
parentcde942f61bf231ea4a0d50780cdb4e744458daeb
core: skip the removal of cgroups in the TEST_RUN_MINIMAL mode (#8622)

When `systemd` is run in the TEST_RUN_MINIMAL mode, it doesn't really
set up cgroups, so it shouldn't try to remove anything.

Closes https://github.com/systemd/systemd/issues/8474.
src/core/cgroup.c