]> git.pld-linux.org Git - packages/util-vserver.git/blame - vservers.sysconfig
- rel 3; R texlive-fonts-rsfs
[packages/util-vserver.git] / vservers.sysconfig
CommitLineData
01710ec9
JR
1# Copyright 1999-2005 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2
e48954c4 3SERVICE_LIMITS="-u unlimited -c unlimited"
01710ec9 4
39c30d3b 5# A space-delimited list of vserver MARKS to start.
01710ec9
JR
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
9MARKS="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
39c30d3b 16# Whether to start all vserver MARKS by default (supersedes MARKS)
01710ec9
JR
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
d4f50530
PG
22# Which vservers you want to vhashify?
23# # Remember - vhashify must be configured first!
24#VHASHIFY_VSERVERS=""
25
01710ec9
JR
26# Number of vservers which shall be started in parallel; since most
27# initmethods are spending much time in sleeps, it is safe to
39c30d3b 28# use a high number here, though you should pay attention if you make
01710ec9
JR
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/lib/util-vserver/util-vserver-vars
This page took 0.038135 seconds and 4 git commands to generate.