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

export UTIL_VSERVER_VARS
exec $_REAL_VSHELPER "$@"