Missed configure to meson command in systemd-custom.xml

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11471 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Douglas R. Reno 2018-09-12 20:17:14 +00:00
parent 6f16853bdb
commit 9a7684765c

View File

@ -254,8 +254,8 @@ EOF</userinput></screen>
<para> <para>
<emphasis>Disable at build-time</emphasis>: You can enable <emphasis>Disable at build-time</emphasis>: You can enable
lingering by default while building systemd by adding the switch lingering by default while building systemd by adding the switch
<parameter>--without-kill-user-processes</parameter> to the <parameter>-Ddefault-kill-user-processes=no</parameter> to the
<command>configure</command> command for systemd. This completely <command>meson</command> command for systemd. This completely
disables the ability of systemd to kill user processes at session disables the ability of systemd to kill user processes at session
end. end.
</para> </para>