mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Revert "irserver: start init scripts on RUNLEVEL=boot"
This reverts commit c676944c77c54c5b1a04be6f96bab3219c92736f.
This commit is contained in:
parent
8f41d8603c
commit
d9e562de76
@ -25,9 +25,7 @@
|
||||
[ -f /storage/.config/remote.conf ] && . /storage/.config/remote.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"
|
||||
|
||||
@ -39,9 +37,4 @@ case $RUNLEVEL in
|
||||
irserver -logfile /var/log/irserver.log -pidfile /var/run/irserver.pid \
|
||||
$IRSERVER_ARG -daemon /dev/irtrans0 > /dev/null 2>&1
|
||||
|
||||
fi
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user