]> git.pld-linux.org Git - packages/util-vserver.git/blob - vservers.sysconfig
- suggest/require crondaemon
[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 SERVICE_LIMITS="-u unlimited -c unlimited"
4
5 # A space-delimited list of vserver MARKS to start.
6 # Identification of vservers happens by
7 # putting the flavor into /etc/vservers/<vserver-id>/apps/init/mark.
8 # Note: on stop the init script will stop ALL running vservers
9 MARKS="default"
10
11 # A space-delimited list of vservers to start
12 # This can be used together with MARKS or as a replacement
13 # Note: on stop the init script will stop ALL running vservers
14 #START_VSERVERS=""
15
16 # Whether to start all vserver MARKS by default (supersedes MARKS)
17 # This will be enabled if STARTALL is set regardless of its content
18 # i.e. you have to comment to disable it
19 # Note: on stop the init script will stop ALL running vservers
20 #STARTALL=yes
21
22 # Which vservers you want to vhashify?
23 # # Remember - vhashify must be configured first!
24 #VHASHIFY_VSERVERS=""
25
26 # Number of vservers which shall be started in parallel; since most
27 # initmethods are spending much time in sleeps, it is safe to
28 # use a high number here, though you should pay attention if you make
29 # use of depends in /etc/vservers as some services may not be up if
30 # started in parallel
31 #NUMPARALLEL=6
32
33 # The location of util-vserver-vars
34 # This file contains variables to util-vserver scripts used within the
35 # init script. Change at your own risk.
36 #UTIL_VSERVER_VARS=/usr/share/util-vserver/util-vserver-vars
This page took 0.048661 seconds and 3 git commands to generate.