]> git.proxmox.com Git - mirror_lxc.git/blame - doc/ja/lxc-shutdown.sgml.in
Remove trailing whitespaces
[mirror_lxc.git] / doc / ja / lxc-shutdown.sgml.in
CommitLineData
57da8c32
KY
1<!--
2
3Copyright (C) 2012 Canonical, Inc
4
5Authors: Serge Hallyn <serge.hallyn@canonical.com>
6
7This library is free software; you can redistribute it and/or
8modify it under the terms of the GNU Lesser General Public
9License as published by the Free Software Foundation; either
10version 2.1 of the License, or (at your option) any later version.
11
12This library is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15Lesser General Public License for more details.
16
17You should have received a copy of the GNU Lesser General Public
18License along with this library; if not, write to the Free Software
19Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20
8900b9eb 21Translated into Japanese
57da8c32
KY
22by KATOH Yasufumi <karma at jazz.email.ne.jp>
23
24-->
25
26<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
27
28<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
29<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
30]>
31
32<refentry>
33
34 <docinfo><date>@LXC_GENERATE_DATE@</date></docinfo>
35
36 <refmeta>
37 <refentrytitle>lxc-shutdown</refentrytitle>
38 <manvolnum>1</manvolnum>
39 </refmeta>
40
41 <refnamediv>
42 <refname>lxc-shutdown</refname>
43
44 <refpurpose>
45 <!--
46 externally shut down or reboot a container
47 -->
48 コンテナ外部からコンテナのシャットダウンまたはリブートを行う
49 </refpurpose>
50 </refnamediv>
51
52 <refsynopsisdiv>
53 <cmdsynopsis>
54 <command>lxc-shutdown</command>
55 <arg choice="req">-n <replaceable>name</replaceable></arg>
56 <arg choice="opt">-w</arg>
57 <arg choice="opt">-r</arg>
58 </cmdsynopsis>
59 </refsynopsisdiv>
60
61 <refsect1>
62 <title><!-- Description -->説明</title>
63
64 <para>
65 <!--
66 <command>lxc-shutdown</command> sends a SIGPWR signal to the
67 specified container to request it to cleanly shut down. If
68 <optional>-w</optional> is specified, then <command>lxc-shutdown</command>
69 will wait until the container has shut down before exiting.
70 If <optional>-r</optional> is specified, the container will be
71 asked to reboot (using a SIGINT signal), and <optional>-w</optional>
72 will be ignored. If the container ignore these signals, then
73 nothing will happen. In that case, you can use <command>lxc-stop</command>
74 to force the container to stop.
75 -->
76 <command>lxc-shutdown</command> は,コンテナをクリーンにシャットダウンする要求をするために SIGPWR シグナルを指定したコンテナに送ります.もし <optional>-w</optional> オプションが指定された場合,<command>lxc-shutdown</command> はコンテナがシャットダウンするまで自身が終了するのを待ちます.もし <optional>-r</optional> が指定された場合,コンテナに (SIGINT シグナルを使って) 再起動を要求します.そして,この時 <optional>-w</optional> オプションは無視されます.もしコンテナがこの 2 つのシグナルを無視した場合は何も起きません.この場合はコンテナを強制的に停止するために <command>lxc-stop</command> コマンドが使えます.
77 </para>
78
79 </refsect1>
80
81 &commonoptions;
82
83 &seealso;
84
85 <refsect1>
86 <title><!-- Author -->作者</title>
87 <para>Serge Hallyn <email>serge.hallyn@canonical.com</email></para>
88 </refsect1>
89
90</refentry>
91
92<!-- Keep this comment at the end of the file
93Local variables:
94mode: sgml
95sgml-omittag:t
96sgml-shorttag:t
97sgml-minimize-attributes:nil
98sgml-always-quote-attributes:t
99sgml-indent-step:2
100sgml-indent-data:t
101sgml-parent-document:nil
102sgml-default-dtd-file:nil
103sgml-exposed-tags:nil
104sgml-local-catalogs:nil
105sgml-local-ecat-files:nil
106End:
107-->