> Other approach (temporary solution) is disable the lircd daemon: > > # systemctl stop lircd > # systemctl disable lircd
Unfortunately, this is not enough. lircd.service is socket-activated from lircd.socket so
disabling the daemon becomes # systemctl stop lircd.socket lircd.service # systemctl disable lircd.socket lircd.service --alec