diff options
author | Einsler Lee <shenxiaogll@163.com> | 2021-03-01 16:34:10 +0800 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-01 11:12:30 +0100 |
commit | aa10a8a37a18796682c5e4a3bd8e0b2d1934b602 (patch) | |
tree | 45f8b0352dd51c7dd439c7d044ddcf74759afd65 /src/core/system.conf.in | |
parent | 0e1b8865481f63c08e1bf97c84a019c2cb801269 (diff) | |
download | systemd-aa10a8a37a18796682c5e4a3bd8e0b2d1934b602.tar.gz |
remove the default value of CPUAffinity
"1 2" is not the default value systemd used to set CPUAffinity. Let's remove it to avoid confusing users.
Diffstat (limited to 'src/core/system.conf.in')
-rw-r--r-- | src/core/system.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/system.conf.in b/src/core/system.conf.in index eecaff9f27..b8805b02fa 100644 --- a/src/core/system.conf.in +++ b/src/core/system.conf.in @@ -24,7 +24,7 @@ #CrashShell=no #CrashReboot=no #CtrlAltDelBurstAction=reboot-force -#CPUAffinity=1 2 +#CPUAffinity= #NUMAPolicy=default #NUMAMask= #RuntimeWatchdogSec=0 |