#!/bin/sh
# chkconfig: - 56 50
# description: Wrapper to start xinetd bound to a single IP
USR_LIB_VSERVER=/usr/lib/x86_64-linux-gnu/util-vserver-systemd
exec $USR_LIB_VSERVER/vsysvwrapper xinetd $*

