|
|
|
@ -55,6 +55,7 @@ if [ ! -z "$SUBSCRIBE_KEYSPACES" ]; then
|
|
|
|
OPTIONS="$OPTIONS --subscribe-keyspace=$ks"
|
|
|
|
OPTIONS="$OPTIONS --subscribe-keyspace=$ks"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
[ -z "$ADDRESS" ] || OPTIONS="$OPTIONS --interface=$ADDRESS"
|
|
|
|
[ -z "$ADDRESS" ] || OPTIONS="$OPTIONS --interface=$ADDRESS"
|
|
|
|
[ -z "$ADV_ADDRESS" ] || OPTIONS="$OPTIONS!$ADV_ADDRESS"
|
|
|
|
[ -z "$ADV_ADDRESS" ] || OPTIONS="$OPTIONS!$ADV_ADDRESS"
|
|
|
|
[ -z "$ADDRESS_IPV6" ] || OPTIONS="$OPTIONS --interface=$ADDRESS_IPV6"
|
|
|
|
[ -z "$ADDRESS_IPV6" ] || OPTIONS="$OPTIONS --interface=$ADDRESS_IPV6"
|
|
|
|
@ -99,6 +100,10 @@ if test "$FORK" = "no" ; then
|
|
|
|
OPTIONS="$OPTIONS --foreground"
|
|
|
|
OPTIONS="$OPTIONS --foreground"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if test "$LOG_STDERR" = "yes" ; then
|
|
|
|
|
|
|
|
OPTIONS="$OPTIONS --log-stderr"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
if [ -x /usr/sbin/ngcp-virt-identify ]; then
|
|
|
|
if [ -x /usr/sbin/ngcp-virt-identify ]; then
|
|
|
|
if /usr/sbin/ngcp-virt-identify --type container; then
|
|
|
|
if /usr/sbin/ngcp-virt-identify --type container; then
|
|
|
|
VIRT="yes"
|
|
|
|
VIRT="yes"
|
|
|
|
|