Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
f074e8a76cb701dc7b8e33bd72f123922e1a5bd6
/
.
/
xos
/
synchronizers
/
vbng
/
start.sh
blob: 95536103d2554d02c0ad13b9670cb567c4fab174 [
file
] [
log
] [
blame
]
#if [[ ! -e ./vbng-observer.py ]]; then
# ln -s ../../xos-observer.py vbng-observer.py
#fi
export XOS_DIR
=/
opt
/
xos
nohup python vbng
-
synchronizer
.
py
-
C $XOS_DIR
/
synchronizers
/
vbng
/
vbng_synchronizer_config
>
/
dev
/
null
2
>&
1
&