From: James Hilliard Date: Wed, 3 Jul 2024 19:00:04 +0000 (-0600) Subject: README: add missing CONFIG_MEMCG kernel config option for oomd X-Git-Tag: v257-rc1~977 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa329b89223a79793cde8288b1bc6e93db174938;p=thirdparty%2Fsystemd.git README: add missing CONFIG_MEMCG kernel config option for oomd We need to enable this otherwise systemd-oomd.service fails to start. Fixes: ConditionControlGroupController=memory was not met --- diff --git a/README b/README index cd755113238..f8f130e0159 100644 --- a/README +++ b/README @@ -168,6 +168,7 @@ REQUIREMENTS: Required for systemd-oomd: CONFIG_PSI + CONFIG_MEMCG Note that kernel auditing is broken when used with systemd's container code. When using systemd in conjunction with containers, please make