]> git.proxmox.com Git - lxc.git/blob - debian/patches/extra/0003-doc-Translate-lxc.monitor.signal.pdeath-into-Japanes.patch
bump version to 3.0.1+pve1-1
[lxc.git] / debian / patches / extra / 0003-doc-Translate-lxc.monitor.signal.pdeath-into-Japanes.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: KATOH Yasufumi <karma@jazz.email.ne.jp>
3 Date: Tue, 17 Jul 2018 01:14:06 +0900
4 Subject: [PATCH] doc: Translate lxc.monitor.signal.pdeath into Japanese in
5 lxc.container.conf(5)
6
7 Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
8 (cherry picked from commit fd5de0292195a2a6ba9dc6c3727de202b015c02c)
9 ---
10 doc/ja/lxc.container.conf.sgml.in | 19 +++++++++++++++++++
11 1 file changed, 19 insertions(+)
12
13 diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in
14 index ee93f3bf..7aee768b 100644
15 --- a/doc/ja/lxc.container.conf.sgml.in
16 +++ b/doc/ja/lxc.container.conf.sgml.in
17 @@ -3158,6 +3158,25 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
18 </varlistentry>
19 <varlistentry>
20 <term>
21 + <option>lxc.monitor.signal.pdeath</option>
22 + </term>
23 + <listitem>
24 + <para>
25 + <!--
26 + Set the signal to be sent to the container's init when the lxc
27 + monitor exits. By default it is set to SIGKILL which will cause
28 + all container processes to be killed when the lxc monitor process
29 + dies.
30 + To ensure that containers stay alive even if lxc monitor dies set
31 + this to 0.
32 + -->
33 + lxc のモニタプロセスが終了した際に、コンテナの init プロセスに送出するシグナルを指定します。デフォルトでは、lxc のモニタプロセスが終了した場合には、すべてのコンテナ内のプロセスが停止するように SIGKILL が設定されています。
34 + lxc のモニタプロセスが終了しても、コンテナがすべて確実に動作しつづけるようにするには、この値を 0 に設定します。
35 + </para>
36 + </listitem>
37 + </varlistentry>
38 + <varlistentry>
39 + <term>
40 <option>lxc.group</option>
41 </term>
42 <listitem>
43 --
44 2.11.0
45