[lxc-devel] [PATCH 1/2] lxc-autostart: Document -a and -g

Stéphane Graber stgraber at ubuntu.com
Fri Mar 7 19:24:39 UTC 2014


Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 doc/lxc-autostart.sgml.in | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/doc/lxc-autostart.sgml.in b/doc/lxc-autostart.sgml.in
index 99ee7fa..985cbe4 100644
--- a/doc/lxc-autostart.sgml.in
+++ b/doc/lxc-autostart.sgml.in
@@ -146,6 +146,29 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
                     </para>
                 </listitem>
             </varlistentry>
+
+            <varlistentry>
+                <term>
+                    <option>-g,--group <replaceable>GROUP</replaceable></option>
+                </term>
+                <listitem>
+                    <para>
+                        Comma separate list of groups to select
+                        (defaults to those without a lxc.group).
+                    </para>
+                </listitem>
+            </varlistentry>
+
+            <varlistentry>
+                <term>
+                    <option>-a,--all</option>
+                </term>
+                <listitem>
+                    <para>
+                        Ignore lxc.group and select all auto-started containers.
+                    </para>
+                </listitem>
+            </varlistentry>
         </variablelist>
     </refsect1>
 
-- 
1.9.0



More information about the lxc-devel mailing list