]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc-autostart: Document -a and -g
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 7 Mar 2014 18:28:32 +0000 (13:28 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 7 Mar 2014 22:18:29 +0000 (17:18 -0500)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
doc/lxc-autostart.sgml.in

index 99ee7facdbaf6372fecc646214f51b656e5ed39f..985cbe43636de8356e8cbe974ba43708481f084f 100644 (file)
@@ -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>