summaryrefslogtreecommitdiff
blob: 76f9ca3edc19929179e9a9f5d57b05b2be076fa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

start() {
	MARK=${SVCNAME#vservers.} /usr/lib/util-vserver/vserver-wrapper start
}

stop() {
	MARK=${SVCNAME#vservers.} /usr/lib/util-vserver/vserver-wrapper stop
}



# vim:ts=4:filetype=gentoo-init-d