]> git.ipfire.org Git - thirdparty/systemd.git/commit
pid1: add ./configure switch to select default cgroup hierarchy
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 19 Feb 2017 04:13:15 +0000 (23:13 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 20 Feb 2017 17:45:50 +0000 (12:45 -0500)
commit77fab2a91c801985bd8efb293319935a3cdc1dcf
tree86503806ab9a1ad4aedeeb4b268743dc8170a982
parentf08e9287200772c9a201d9f988dd78ffe2fc7ea4
pid1: add ./configure switch to select default cgroup hierarchy

The default default is set to "legacy", with "hybrid" and "unified"
being the other two alternatives.

There invert the behaviour for systemd.legacy_systemd_cgroup_controller:
if it is not specified on the kernel command line, "hybrid" is used if
selected as the default. If this option is specified, "hybrid" is used if false,
and full "legacy" if true.

Also make all fields in the configure summary lowercase (unless they are
capitalized names) for consistency.

v2:
- update for the fixed interpreation of systemd.legacy_systemd_cgroup_controller
configure.ac
src/basic/cgroup-util.c