mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
309 B
Desktop File
13 lines
309 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/archr/lircd_uinput_helper --add-release-events
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|