mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user