man: document CPUAffinity= in system.conf in more detail
authorLennart Poettering <lennart@poettering.net>
Mon, 23 Jul 2018 09:05:40 +0000 (11:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 25 Jul 2018 14:01:28 +0000 (16:01 +0200)
Fixes: #9692

man/systemd-system.conf.xml

index 4cdd85f..a9116ea 100644 (file)
       <varlistentry>
         <term><varname>CPUAffinity=</varname></term>
 
-        <listitem><para>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.</para></listitem>
+        <listitem><para>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 <varname>CPUAffinity=</varname> setting in unit files, see
+        <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para></listitem>
       </varlistentry>
 
       <varlistentry>