mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +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
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
case $RUNLEVEL in
|
|
||||||
boot)
|
|
||||||
(
|
(
|
||||||
progress "starting ATVclient"
|
progress "starting ATVclient"
|
||||||
mkdir -p /storage/.cache
|
mkdir -p /storage/.cache
|
||||||
atvclient -m > /dev/null 2>&1
|
atvclient -m > /dev/null 2>&1
|
||||||
)&
|
)&
|
||||||
;;
|
|
||||||
|
|
||||||
poweroff|reboot)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user