Skip to content

Commit

Permalink
man: document CPUAffinity= in system.conf in more detail
Browse files Browse the repository at this point in the history
  • Loading branch information
poettering committed Jul 25, 2018
1 parent 2b5107e commit d68c083
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions man/systemd-system.conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@
<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>
Expand Down

0 comments on commit d68c083

Please sign in to comment.