]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.exec.xml
pid1: parse CPUAffinity= in incremental fashion
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 24 May 2019 06:35:51 +0000 (08:35 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 29 May 2019 08:29:28 +0000 (10:29 +0200)
commit61fbbac1d517a0b3498a689c736c6ca918497904
tree5ee07403933b8dcc8db9cc34b91cc281b37e2dc2
parentb54d7241f25b859c6c008e516c2131c39902e6e4
pid1: parse CPUAffinity= in incremental fashion

This makes the handling of this option match what we do in unit files. I think
consistency is important here. (As it happens, it is the only option in
system.conf that is "non-atomic", i.e. where there's a list of things which can
be split over multiple assignments. All other options are single-valued, so
there's no issue of how to handle multiple assignments.)
man/systemd-system.conf.xml
man/systemd.exec.xml
src/core/main.c