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 04b3db5324
commit 9807bca5c4

View File

@ -265,11 +265,12 @@ set_interface() {
# starting Connection manager
progress "starting Connection manager"
while true; do
set_basic
set_interface
set_hwclock
set_basic
set_interface
set_hwclock
while true; do
wait_for_dbus
if [ -f $HOME/.config/debug.connman ]; then
/usr/sbin/connmand -nrd > /dev/null 2>&1
else