connman: hide status messages on boot

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-24 00:45:37 +02:00
parent 837e328f3a
commit b45ab734dc

View File

@ -109,7 +109,7 @@ fi
progress "starting Connection manager"
while true; do
/usr/sbin/connmand -n
/usr/sbin/connmand -n > /dev/null 2>&1
usleep 250000
done
)&