diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-05-29 14:12:11 +0800 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2022-05-30 16:25:40 -0500 |
commit | 3efe578456b98e756ebca0b8adbe04ef53fbbf3a (patch) | |
tree | 2f210626d4853a2a78c4054a2469f4ccae3d6905 | |
parent | 7f924890ff8e870601474938887cc9d734b94678 (diff) |
systemd: disable systemd-sysupdate
-rw-r--r-- | chapter08/systemd.xml | 6 |
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 --> <!-- |