mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
lirc: dont start with uinput support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9c88239a15
commit
4ce0d3f795
@ -37,6 +37,6 @@ if [ "$REMOTE_BACKEND" = "lirc" ]; then
|
||||
LIRC_OUTPUT="/dev/lircd"
|
||||
|
||||
$IONICE mkdir -p /var/run/lirc
|
||||
lircd -u --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
|
||||
lircd --driver=$LIRC_DRIVER --device=$LIRC_DEVICE --output=$LIRC_OUTPUT
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user