Explorar el Código

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
Douglas R. Reno hace 6 años
padre
commit
9a7684765c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      chapter07/systemd-custom.xml

+ 2 - 2
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>