From d68c0833eac6d46a3ed83f0ba7a049fe24291226 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 23 Jul 2018 11:05:40 +0200 Subject: [PATCH] man: document CPUAffinity= in system.conf in more detail Fixes: #9692 --- man/systemd-system.conf.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man/systemd-system.conf.xml b/man/systemd-system.conf.xml index 4cdd85f9ff..a9116ea08f 100644 --- a/man/systemd-system.conf.xml +++ b/man/systemd-system.conf.xml @@ -99,11 +99,11 @@ CPUAffinity= - Configures the initial CPU affinity for the - init process. Takes a list of CPU indices or ranges separated - by either whitespace or commas. CPU ranges are specified by - the lower and upper CPU indices separated by a - dash. + Configures the CPU affinity for the service manager as well as the default CPU affinity for all + forked off processes. Takes a list of CPU indices or ranges separated by either whitespace or commas. CPU + ranges are specified by the lower and upper CPU indices separated by a dash. Individual services may override + the CPU affinity for their processes with the CPUAffinity= setting in unit files, see + systemd.exec5.