aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-05-29 14:12:11 +0800
committerXi Ruoyao <xry111@xry111.site>2022-05-29 14:12:11 +0800
commitf99a7eb572b1dc142c80fdfd55332235e2a6df79 (patch)
treeeb164781db5936381d081cd023d5fb380ecbae48 /chapter08
parente6e8f00474953435a7f3ac9a17dab2a329885c34 (diff)
systemd: disable systemd-sysupdate
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/systemd.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index c5ffc9630..0f11da410 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -192,6 +192,12 @@ meson --prefix=/usr \
<screen><userinput remap="adjust">systemctl preset-all</userinput></screen>
+ <para>Disable a service for upgrading binary distros. It's useless for
+ a basic Linux system built from source, and it will report an error if
+ it's enabled but not configured:</para>
+
+<screen><userinput remap="adjust">systemctl disable systemd-sysupdate</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 -->
<!--