13 lines
244 B
Desktop File
13 lines
244 B
Desktop File
[Unit]
|
|
Description=Enable IR protocols (NEC, RC5)
|
|
After=systemd-modules-load.service
|
|
Wants=systemd-modules-load.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/ir-keytable -p nec,rc5
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|