]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Translate lxc.monitor.signal.pdeath into Japanese in lxc.container.conf(5) 2473/head
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Mon, 16 Jul 2018 16:14:06 +0000 (01:14 +0900)
committerKATOH Yasufumi <karma@jazz.email.ne.jp>
Mon, 16 Jul 2018 16:14:06 +0000 (01:14 +0900)
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
doc/ja/lxc.container.conf.sgml.in

index ee93f3bf19e60c5d90c6d2af16bbcd54c24a31a5..7aee768b00fb735faecc6e6cb1f799044190b133 100644 (file)
@@ -3156,6 +3156,25 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
             </para>
           </listitem>
         </varlistentry>
+        <varlistentry>
+          <term>
+            <option>lxc.monitor.signal.pdeath</option>
+          </term>
+          <listitem>
+            <para>
+             <!--
+              Set the signal to be sent to the container's init when the lxc
+              monitor exits. By default it is set to SIGKILL which will cause
+              all container processes to be killed when the lxc monitor process
+              dies.
+              To ensure that containers stay alive even if lxc monitor dies set
+              this to 0.
+               -->
+             lxc のモニタプロセスが終了した際に、コンテナの init プロセスに送出するシグナルを指定します。デフォルトでは、lxc のモニタプロセスが終了した場合には、すべてのコンテナ内のプロセスが停止するように SIGKILL が設定されています。
+             lxc のモニタプロセスが終了しても、コンテナがすべて確実に動作しつづけるようにするには、この値を 0 に設定します。
+            </para>
+          </listitem>
+        </varlistentry>
         <varlistentry>
           <term>
             <option>lxc.group</option>