mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +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"
|
LIRC_OUTPUT="/dev/lircd"
|
||||||
|
|
||||||
$IONICE mkdir -p /var/run/lirc
|
$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
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user