X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sysv%2Fvservers-default;fp=sysv%2Fvservers-default;h=0000000000000000000000000000000000000000;hb=db5ef3f969fc6ad34aeb5903e44d0049b2e50791;hp=3d9b5768476e00f5ea5cd1e88a1247eb71bb2b59;hpb=95e2774070e989fe9cf9f48dae5fa054e55e2a3e;p=util-vserver.git diff --git a/sysv/vservers-default b/sysv/vservers-default deleted file mode 100755 index 3d9b576..0000000 --- a/sysv/vservers-default +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# chkconfig: - 98 02 -# description: Wrapper to start the default vservers - -## The *basename* of the lockfile; this must be the same name like -## this if the initscript. Else, the vservers will not be stopped at -## shutdown -#LOCKFILE=vserver-default - -## Number of vservers which shall be started in parallel; since most -## initmethods are spending much time time in sleeps, it is safe to -## use a high number here -#NUMPARALLEL=99 - -## The vserver-flavor; the 'default' vservers will be started very late -## which may be inappropriately for early services like nameservers or -## VPN tunnels. By copying this initscript to a new name and adapting -## the startup-position (for RH/Fedora the numbers in line 2), other -## vservers can be selected. Identification of vservers happens by -## putting the flavor into /etc/vservers//apps/init/mark. -#MARK=default - -export MARK NUMPARALLEL LOCKFILE -exec /usr/lib/util-vserver/vserver-wrapper "$@" -