mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
connman: depends on dbus, so wait for it
This commit is contained in:
parent
137a8419e5
commit
46f3591d90
@ -50,6 +50,7 @@ fi
|
|||||||
# starting Connection manager
|
# starting Connection manager
|
||||||
progress "starting Connection manager"
|
progress "starting Connection manager"
|
||||||
while true; do
|
while true; do
|
||||||
|
wait_for_dbus
|
||||||
/usr/sbin/connmand -nr $CONNMAN_DEBUG > /dev/null 2>&1
|
/usr/sbin/connmand -nr $CONNMAN_DEBUG > /dev/null 2>&1
|
||||||
usleep 250000
|
usleep 250000
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user