#! /usr/lib/x86_64-linux-gnu/util-vserver/sigexec /bin/bash : ${UTIL_VSERVER_VARS:=/usr/share/util-vserver/netns/util-vserver-vars} test -e "$UTIL_VSERVER_VARS" || { echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS' would be expected); aborting..." >&2 exit 1 } . "$UTIL_VSERVER_VARS" export UTIL_VSERVER_VARS exec "$_REAL_VSHELPER" "$@"