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=${0##*/vserver.} /usr/lib/util-vserver/vserver-wrapper start } stop() { MARK=${0##*/vserver.} /usr/lib/util-vserver/vserver-wrapper stop } # vim:ts=4:filetype=gentoo-init-d