]> git.pld-linux.org Git - packages/util-vserver.git/blobdiff - vservers.sysconfig
- up to pre3002; /etc/tld-release shouldn't be required
[packages/util-vserver.git] / vservers.sysconfig
index bee792e26cc2a25647c69bf73f9538d1137d1729..0720dc2fe4744c02dd4b2f60a52f7e41bb8989de 100644 (file)
@@ -1,7 +1,8 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+SERVICE_LIMITS="-u unlimited -c unlimited"
 
-# A space-delimited list of vserver MARKS to start. 
+# A space-delimited list of vserver MARKS to start.
 # Identification of vservers happens by
 # putting the flavor into /etc/vservers/<vserver-id>/apps/init/mark.
 # Note: on stop the init script will stop ALL running vservers
@@ -12,15 +13,19 @@ MARKS="default"
 # Note: on stop the init script will stop ALL running vservers
 #START_VSERVERS=""
 
-# Wether to start all vserver MARKS by default (supersedes MARKS)
+# Whether to start all vserver MARKS by default (supersedes MARKS)
 # This will be enabled if STARTALL is set regardless of its content
 # i.e. you have to comment to disable it
 # Note: on stop the init script will stop ALL running vservers
 #STARTALL=yes
 
+# Which vservers you want to vhashify?
+# # Remember - vhashify must be configured first!
+#VHASHIFY_VSERVERS=""
+
 # Number of vservers which shall be started in parallel; since most
 # initmethods are spending much time in sleeps, it is safe to
-# use a high number here, though you should pay attention if you make 
+# use a high number here, though you should pay attention if you make
 # use of depends in /etc/vservers as some services may not be up if
 # started in parallel
 #NUMPARALLEL=6
This page took 0.070571 seconds and 4 git commands to generate.