aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2022-02-23 15:24:53 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2022-02-23 15:25:28 +0800
commitc19371f6f98209b87a93f1c6da58453bd43a5376 (patch)
tree16ee6016ffdcd91f3314944e2224fbfea2854bbd
parent96fa6f25584543a4b237082092fb100f9d78b9d3 (diff)
systemd: remove unneeded command
For systmed-250, systemd-time-wait-sync.service is disabled by systemctl preset-all.
-rw-r--r--chapter08/systemd.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index a8f6d379a..22d067ad6 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -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 -->
<!--