From 25bd5f43f90c127d59bb484f20d17ccc9db66d9f Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 3 Jul 2024 13:00:04 -0600 Subject: [PATCH] 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 (cherry picked from commit aa329b89223a79793cde8288b1bc6e93db174938) (cherry picked from commit a50e6c5709f5fde269e6522bc6e6992180705fb1) (cherry picked from commit 1817431dbeb762adec771169626808ecfcbd8f86) --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 6f9a56c809..c56e031c5a 100644 --- a/README +++ b/README @@ -162,6 +162,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