mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
connman: restart on crash
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1bf5f1144f
commit
a720c29255
@ -108,5 +108,8 @@ fi
|
|||||||
# starting Connection manager
|
# starting Connection manager
|
||||||
progress "starting Connection manager"
|
progress "starting Connection manager"
|
||||||
|
|
||||||
/usr/sbin/connmand
|
while true; do
|
||||||
|
/usr/sbin/connmand -n
|
||||||
|
usleep 250000
|
||||||
|
done
|
||||||
)&
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user