mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
connman: depends on dbus, so wait for it
This commit is contained in:
parent
04b3db5324
commit
9807bca5c4
@ -265,11 +265,12 @@ set_interface() {
|
|||||||
# starting Connection manager
|
# starting Connection manager
|
||||||
progress "starting Connection manager"
|
progress "starting Connection manager"
|
||||||
|
|
||||||
while true; do
|
set_basic
|
||||||
set_basic
|
set_interface
|
||||||
set_interface
|
set_hwclock
|
||||||
set_hwclock
|
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
wait_for_dbus
|
||||||
if [ -f $HOME/.config/debug.connman ]; then
|
if [ -f $HOME/.config/debug.connman ]; then
|
||||||
/usr/sbin/connmand -nrd > /dev/null 2>&1
|
/usr/sbin/connmand -nrd > /dev/null 2>&1
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user