summaryrefslogtreecommitdiffstats
path: root/vshelper.netns
blob: a5d0f89def9605416dce8831d5de41d6195c55e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /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" "$@"