]> git.pld-linux.org Git - packages/util-vserver.git/blob - vservers.sysconfig
- typo
[packages/util-vserver.git] / vservers.sysconfig
1 # Copyright 1999-2005 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 # A space-delimited list of vserver MARKS to start.
5 # Identification of vservers happens by
6 # putting the flavor into /etc/vservers/<vserver-id>/apps/init/mark.
7 # Note: on stop the init script will stop ALL running vservers
8 MARKS="default"
9
10 # A space-delimited list of vservers to start
11 # This can be used together with MARKS or as a replacement
12 # Note: on stop the init script will stop ALL running vservers
13 #START_VSERVERS=""
14
15 # Whether to start all vserver MARKS by default (supersedes MARKS)
16 # This will be enabled if STARTALL is set regardless of its content
17 # i.e. you have to comment to disable it
18 # Note: on stop the init script will stop ALL running vservers
19 #STARTALL=yes
20
21 # Number of vservers which shall be started in parallel; since most
22 # initmethods are spending much time in sleeps, it is safe to
23 # use a high number here, though you should pay attention if you make
24 # use of depends in /etc/vservers as some services may not be up if
25 # started in parallel
26 #NUMPARALLEL=6
27
28 # The location of util-vserver-vars
29 # This file contains variables to util-vserver scripts used within the
30 # init script. Change at your own risk.
31 #UTIL_VSERVER_VARS=/usr/lib/util-vserver/util-vserver-vars
This page took 0.029194 seconds and 4 git commands to generate.