Also ich wollt jetzt doch mal auf Systemd wechseln, hat auch alles geklappt nur habe ich in der /etc/rc.local das hier
# set IR-Protocal to NEC (for Terratec USB Remote)
ir-keytable --protocol=nec --sysdev=rc0
Das brauch ich damit die Fernbedienung funktioniert. Wie kriege ich das hin ohne /etc/rc.conf ?
Es gibt ja rc.local.service, aber der funktioniert leider irgendwie nicht.
# systemctl --failed
UNIT LOAD ACTIVE SUB JOB DESCRIPTION
rc-local.service loaded failed failed /etc/rc.local Compatibility
# systemctl status rc.local.service
rc.local.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)
# systemctl list-unit-files
UNIT FILE STATE
...
...
rc-local-shutdown.service static
rc-local.service static
...
..
im Wiki steht aber allerdings
... since systemd doesn't actually support /etc/rc.local.
Wie bekomme ich jetzt hin, dass der ir-keytabel Befehl beim booten (nach erkennen der Hardware) ausgeführt wird?
Mit einem Unit-File? Falls ja brauch ich da mal etwas Hilfe bei. 😉