]> git.proxmox.com Git - lxc.git/blame - debian/patches/extra/0003-doc-Translate-lxc.monitor.signal.pdeath-into-Japanes.patch
bump version to 3.0.2+pve1-1
[lxc.git] / debian / patches / extra / 0003-doc-Translate-lxc.monitor.signal.pdeath-into-Japanes.patch
CommitLineData
2d8021b3
WB
1From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: KATOH Yasufumi <karma@jazz.email.ne.jp>
3Date: Tue, 17 Jul 2018 01:14:06 +0900
4Subject: [PATCH] doc: Translate lxc.monitor.signal.pdeath into Japanese in
5 lxc.container.conf(5)
6
7Signed-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
13diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in
f46e8fbf 14index 8834cc64..e35005c6 100644
2d8021b3
WB
15--- a/doc/ja/lxc.container.conf.sgml.in
16+++ b/doc/ja/lxc.container.conf.sgml.in
f46e8fbf 17@@ -3161,6 +3161,25 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
2d8021b3
WB
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--
442.11.0
45