systemd: remove unneeded command

For systmed-250, systemd-time-wait-sync.service is disabled by
systemctl preset-all.
This commit is contained in:
Xi Ruoyao 2022-02-23 15:24:53 +08:00
parent 96fa6f2558
commit c19371f6f9
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -195,13 +195,6 @@ meson --prefix=/usr \
<screen><userinput remap="adjust">systemctl preset-all</userinput></screen>
<para>Disable a service that is known to cause problems with systems that
use a network configuration other than what is provided by
systemd-networkd:</para>
<!-- Observed halting startup with dhcpcd handling the primary NIC -->
<screen><userinput remap="adjust">systemctl disable systemd-time-wait-sync.service</userinput></screen>
<!-- dev: 50-pid-max.conf is not removed in BLFS, so I commented the following out.
If it causes any trouble, we can add this back and also copy it into BLFS -->
<!--