mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Revert "irserver: start init scripts on RUNLEVEL=boot"
This reverts commit c676944c77c54c5b1a04be6f96bab3219c92736f.
This commit is contained in:
parent
8f41d8603c
commit
d9e562de76
@ -25,8 +25,6 @@
|
|||||||
[ -f /storage/.config/remote.conf ] && . /storage/.config/remote.conf
|
[ -f /storage/.config/remote.conf ] && . /storage/.config/remote.conf
|
||||||
[ -f /storage/.config/lcd.conf ] && . /storage/.config/lcd.conf
|
[ -f /storage/.config/lcd.conf ] && . /storage/.config/lcd.conf
|
||||||
|
|
||||||
case $RUNLEVEL in
|
|
||||||
boot)
|
|
||||||
if [ "$REMOTE_BACKEND" = "irtrans" -o "$LCD_DRIVER" = "irtrans" ]; then
|
if [ "$REMOTE_BACKEND" = "irtrans" -o "$LCD_DRIVER" = "irtrans" ]; then
|
||||||
|
|
||||||
progress "Starting IRtrans daemon"
|
progress "Starting IRtrans daemon"
|
||||||
@ -40,8 +38,3 @@ case $RUNLEVEL in
|
|||||||
$IRSERVER_ARG -daemon /dev/irtrans0 > /dev/null 2>&1
|
$IRSERVER_ARG -daemon /dev/irtrans0 > /dev/null 2>&1
|
||||||
|
|
||||||
fi
|
fi
|
||||||
;;
|
|
||||||
|
|
||||||
poweroff|reboot)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user