mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Revert "atvclient: start init scripts on RUNLEVEL=boot"
This reverts commit 9c236f8331545bb8ca8b51523e93b2a49a15cbd3.
This commit is contained in:
parent
784902d02d
commit
bc71bc1ef9
@ -22,15 +22,8 @@
|
||||
#
|
||||
# runlevels: openelec, textmode
|
||||
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
(
|
||||
progress "starting ATVclient"
|
||||
mkdir -p /storage/.cache
|
||||
atvclient -m > /dev/null 2>&1
|
||||
)&
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
(
|
||||
progress "starting ATVclient"
|
||||
mkdir -p /storage/.cache
|
||||
atvclient -m > /dev/null 2>&1
|
||||
)&
|
Loading…
x
Reference in New Issue
Block a user