mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Revert "lcdproc: start init scripts on RUNLEVEL=boot"
This reverts commit a839b0b65ad408c8832ade12182b1cf031626a28.
This commit is contained in:
parent
798d6af303
commit
76c342d13f
@ -22,8 +22,6 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
(
|
||||
if [ -f /var/config/settings.conf ]; then
|
||||
. /var/config/settings.conf
|
||||
@ -49,8 +47,3 @@ case $RUNLEVEL in
|
||||
fi
|
||||
fi
|
||||
)&
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user