systemd: disable systemd-sysupdate

This commit is contained in:
Xi Ruoyao 2022-05-29 14:12:11 +08:00
parent e6e8f00474
commit f99a7eb572
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -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 -->
<!--