forked from libretro/Lakka-LibreELEC
a45f0f0c4d
Signed-off-by: Matthias Reichl <hias@horus.com>
13 lines
313 B
Desktop File
13 lines
313 B
Desktop File
[Unit]
|
|
Documentation=http://lirc.org/html/configure.html
|
|
Description=Forward LIRC button presses as uinput events
|
|
ConditionPathExists=/storage/.config/lircd.conf
|
|
After=lircd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/lib/libreelec/lircd_uinput_helper --add-release-events
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|