aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2018-09-12 20:17:14 +0000
committerDouglas R. Reno <renodr@linuxfromscratch.org>2018-09-12 20:17:14 +0000
commit9a7684765c7ae30bfdfc5a9c5ad4feb2ecc92517 (patch)
treeb60adbcf9cd3b2ac8ede68ceeba39d7e1cf4a4d9
parent6f16853bdb8adbf8d040f786edb9db1e01a86862 (diff)
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
-rw-r--r--chapter07/systemd-custom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/systemd-custom.xml b/chapter07/systemd-custom.xml
index 8bf66999f..abe4294f7 100644
--- a/chapter07/systemd-custom.xml
+++ b/chapter07/systemd-custom.xml
@@ -254,8 +254,8 @@ EOF</userinput></screen>
<para>
<emphasis>Disable at build-time</emphasis>: You can enable
lingering by default while building systemd by adding the switch
- <parameter>--without-kill-user-processes</parameter> to the
- <command>configure</command> command for systemd. This completely
+ <parameter>-Ddefault-kill-user-processes=no</parameter> to the
+ <command>meson</command> command for systemd. This completely
disables the ability of systemd to kill user processes at session
end.
</para>