connman: restart on crash

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-23 18:36:18 +02:00
parent 1bf5f1144f
commit a720c29255

View File

@ -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
)& )&