diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 0554072d2..82b280dcd 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -216,22 +216,23 @@ meson --prefix=/usr \ <screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen> + <!-- <para>Prevent systemd from resetting the maximum PID value which causes some problems with packages and units in BLFS:</para> - <!-- FCRON in particular --> + FCRON in particular <screen><userinput remap="adjust">rm -f /etc/sysctl.d/50-pid-max.conf</userinput></screen> - + --> <para>Cleanup symbolic links to Util-Linux libraries:</para> <screen><userinput remap="adjust">rm -fv /usr/lib/lib{blkid,uuid,mount}.so*</userinput></screen> - + <!-- <para>Prevent systemd from creating <filename>/run/nologin</filename> to allow unprivileged user logins without <application>systemd-logind</application>:</para> <screen><userinput remap="adjust">rm -f /usr/lib/tmpfiles.d/systemd-nologin.conf</userinput></screen> - + --> </sect2> <sect2 id="contents-systemd" role="content"> |