On Fri, 16 Jun 2017 17:32:55 -0300 Eriberto Mota <eribe...@debian.org> wrote:
> 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

Reply via email to