mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
Revert "xbmc: start init scripts on RUNLEVEL=boot"
This reverts commit 2e59361b8235657c84d26f02f669b0cbcd5bdc8f.
This commit is contained in:
parent
314bf5ce93
commit
6ba475460b
@ -22,8 +22,6 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec
|
# runlevels: openelec
|
||||||
|
|
||||||
case $RUNLEVEL in
|
|
||||||
boot)
|
|
||||||
progress "setup XBMC"
|
progress "setup XBMC"
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -133,8 +131,3 @@ EOF
|
|||||||
fi
|
fi
|
||||||
echo "</settings>" >> $HOME/.xbmc/userdata/guisettings.xml
|
echo "</settings>" >> $HOME/.xbmc/userdata/guisettings.xml
|
||||||
fi
|
fi
|
||||||
;;
|
|
||||||
|
|
||||||
poweroff|reboot)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
@ -22,8 +22,6 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec
|
# runlevels: openelec
|
||||||
|
|
||||||
case $RUNLEVEL in
|
|
||||||
boot)
|
|
||||||
LIRCDEV="/var/run/lirc/lircd"
|
LIRCDEV="/var/run/lirc/lircd"
|
||||||
[ -e /var/run/lirc/lircd.irtrans ] && LIRCDEV="/var/run/lirc/lircd.irtrans"
|
[ -e /var/run/lirc/lircd.irtrans ] && LIRCDEV="/var/run/lirc/lircd.irtrans"
|
||||||
XBMC_ARGS="--standalone -fs --lircdev $LIRCDEV"
|
XBMC_ARGS="--standalone -fs --lircdev $LIRCDEV"
|
||||||
@ -87,8 +85,3 @@ case $RUNLEVEL in
|
|||||||
|
|
||||||
usleep 250000
|
usleep 250000
|
||||||
done
|
done
|
||||||
;;
|
|
||||||
|
|
||||||
poweroff|reboot)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user