LIRC

From NixOS Wiki
Revision as of 16:34, 4 April 2024 by MikiBot (talk | contribs) (Add warning about the new wiki)
Jump to: navigation, search
Warning: You are reading an article on the deprecated unofficial wiki. For the up to date version of this article, see https://wiki.nixos.org/wiki/LIRC.

LIRC Service

As of right now, no lirc service is provided by NixOS, You can start the LIRC Daemon manually like this:

$ lircd --listen -n  -P /var/run/lircd.pid  -o /var/run/lirc.sock -d /dev/lirc0

You can build upon this to create your own service with sytemd.services.

References