connman: start init scripts on RUNLEVEL=boot

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-09-07 23:10:05 +02:00
parent e78b76d1e2
commit 0946759631

View File

@ -22,6 +22,8 @@
#
# runlevels: openelec, installer, textmode
case $RUNLEVEL in
boot)
if [ -f /var/config/settings.conf ]; then
. /var/config/settings.conf
@ -194,3 +196,8 @@ fi
usleep 250000
done
)&
;;
poweroff|reboot)
;;
esac