Browse Source

Missed configure to meson command in systemd-custom.xml

Was r11471.
Douglas R. Reno 7 years ago
parent
commit
b083f2f5a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      chapter07/systemd-custom.xml

+ 2 - 2
chapter07/systemd-custom.xml

@@ -287,8 +287,8 @@ EOF</userinput></screen>
       <listitem>
         <para>
           <emphasis>在构建时禁用新功能</emphasis>: 您可以在构建
-		  systemd 时向 <command>configure</command> 命令添加参数
-		  <parameter>--without-kill-user-process</parameter>,
+		  systemd 时向 <command>mseon</command> 命令添加参数
+		  <parameter>-Ddefault-kill-user-process=no</parameter>,
 		  使得 systemd 默认启用进程驻留。
 		  这完全禁用了 systemd 在会话结束时杀死用户进程的功能。
         </para>