mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
connman: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e78b76d1e2
commit
0946759631
@ -22,6 +22,8 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, installer, textmode
|
# runlevels: openelec, installer, textmode
|
||||||
|
|
||||||
|
case $RUNLEVEL in
|
||||||
|
boot)
|
||||||
if [ -f /var/config/settings.conf ]; then
|
if [ -f /var/config/settings.conf ]; then
|
||||||
. /var/config/settings.conf
|
. /var/config/settings.conf
|
||||||
|
|
||||||
@ -194,3 +196,8 @@ fi
|
|||||||
usleep 250000
|
usleep 250000
|
||||||
done
|
done
|
||||||
)&
|
)&
|
||||||
|
;;
|
||||||
|
|
||||||
|
poweroff|reboot)
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user