summaryrefslogtreecommitdiff
path: root/src/run-capi
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2016-10-02 00:13:03 +0200
committerasanoaozora <fifitaneki@hotmail.com>2016-10-02 00:13:03 +0200
commit90e87166bd2cbb71be9cca4d9e51925fde31ce39 (patch)
tree72dae83aef02a89dd52af13e0b661f2fe3d688cf /src/run-capi
parent68db223bab9d89f4e23213feb2c492d7bac00874 (diff)
downloadnavigation-90e87166bd2cbb71be9cca4d9e51925fde31ce39.tar.gz
migration to CommonAPI is in progress: phase 2
Diffstat (limited to 'src/run-capi')
-rwxr-xr-xsrc/run-capi8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/run-capi b/src/run-capi
index a252a95..001f089 100755
--- a/src/run-capi
+++ b/src/run-capi
@@ -224,7 +224,7 @@ export NAVIT_GRAPHICS='sdl'
# set the language to en_US for navit
export LANGUAGE=en_US
-# start the automotive message broker and wait for dbus service
+# start the automotive message broker
cd $AUTOMOTIVE_MESSAGE_BROKER_BIN_DIR
if [ "$verbose" = "1" ]
then
@@ -233,9 +233,13 @@ else
run "Automotive Message Broker" ./ambd/ambd > /dev/null 2>&1 --config $GENIVI_LOGREPLAYER_SRC_DIR/logreplayerconfig.in.json
fi
-# start the poi server and wait for dbus service
+sleep 1
+
+# start the poi server
run "POI service" $POI_SERVER_BIN_DIR/$POI_SERVER -f $SCRIPT_DIR/empty.db
+sleep 1 # need a sleep here (to be improved)
+
if [ "$enhpos" = 1 ]
then # start the enhanced position service
run "EnhancedPositionService" $ENHANCED_POSITION_SERVICE_BIN_DIR/EnhancedPositionServiceDBus