documented apps/init/{mark,depends}
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 19 Mar 2004 16:57:43 +0000 (16:57 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 19 Mar 2004 16:57:43 +0000 (16:57 +0000)
mentioned the gentoo initstyle

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1313 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/doc/configuration.xml

index 04b78db..c72b9fe 100644 (file)
          </file>
 
          <file name="style">
-           <description>Contains the init-style; possible values are 'sysv', 'plain' and
-           'minit'.</description>
+           <description>Contains the init-style; possible values are 'sysv', 'plain', 'minit' and
+           'gentoo'.</description>
          </file>
 
          <file name="runlevel">
            <description>A symlink to the TTY device where input/output will be redirected from/to
            at startup via initscript.</description>
          </symlink>
+
+         <file name="mark">
+           <description>This file is used to mark group of vservers which shall be started/stopped
+           together by the initscript. Content is a simple string like 'default'.</description>
+         </file>
+
+         <file name="depends">
+           <description>This file is used to configure vservers which must be running before the
+           current vserver can be started. At shutdown, the current vserver will be stopped before
+           its dependencies. Content of this file are vserver ids (one name per line).</description>
+         </file>
        </dir> <!-- ...apps/init -->
 
        <dir name="vunify" type="fixed">