connman: depends on dbus, so wait for it

This commit is contained in:
Stefan Saraev 2013-06-12 21:22:23 +03:00 committed by Stephan Raue
parent 137a8419e5
commit 46f3591d90

View File

@ -50,6 +50,7 @@ fi
# starting Connection manager
progress "starting Connection manager"
while true; do
wait_for_dbus
/usr/sbin/connmand -nr $CONNMAN_DEBUG > /dev/null 2>&1
usleep 250000
done