diff --git a/system_configs/ir-protocols.service b/system_configs/ir-protocols.service new file mode 100644 index 0000000..02549fb --- /dev/null +++ b/system_configs/ir-protocols.service @@ -0,0 +1,12 @@ +[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