From: Einsler Lee Date: Mon, 1 Mar 2021 08:34:10 +0000 (+0800) Subject: remove the default value of CPUAffinity X-Git-Tag: v248-rc3~96 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=aa10a8a37a18796682c5e4a3bd8e0b2d1934b602;p=systemd%2F.git 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. --- 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