From a64411deb43897e107c7ddb2678622115f321801 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Apr 2024 13:08:22 +0200 Subject: [PATCH] man: document that IPAccounting= works for system services only Fixes: #20356 --- man/systemd.resource-control.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index b6efb5b990a..4a913586239 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -774,6 +774,9 @@ CPUWeight=20 DisableControllers=cpu / \ The system default for this setting may be controlled with DefaultIPAccounting= in systemd-system.conf5. + Note that this functionality is currently only available for system services, not for + per-user services. + -- 2.47.3