Difference between revisions of "LIRC"

From NixOS Wiki
Jump to: navigation, search
(Add warning about the new wiki)
m (rollback unauthorized mass edits)
Tag: Rollback
 
Line 1: Line 1:
{{warning|1=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 ==
 
== LIRC Service ==
 
As of right now, no lirc service is provided by NixOS, You can start the LIRC Daemon manually like this:
 
As of right now, no lirc service is provided by NixOS, You can start the LIRC Daemon manually like this:

Latest revision as of 10:57, 6 April 2024

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