From aa4ed92314166a099d3a51681f6d155b384dd4ed Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sun, 22 Mar 2015 16:33:17 +0300 Subject: services: Add 'lirc-service'. * gnu/services/lirc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): New node. Document 'lirc-service'. --- doc/guix.texi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc/guix.texi') diff --git a/doc/guix.texi b/doc/guix.texi index 17365036e8..3c72e6596e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -154,6 +154,7 @@ Services * Base Services:: Essential system services. * Networking Services:: Network setup, SSH daemon, etc. * X Window:: Graphical display. +* Various Services:: Other services. Packaging Guidelines @@ -4350,6 +4351,7 @@ declaration. * Base Services:: Essential system services. * Networking Services:: Network setup, SSH daemon, etc. * X Window:: Graphical display. +* Various Services:: Other services. @end menu @node Base Services @@ -4686,6 +4688,25 @@ appropriate screen resolution; otherwise, it must be a list of resolutions---e.g., @code{((1024 768) (640 480))}. @end deffn +@node Various Services +@subsubsection Various Services + +The @code{(gnu services lirc)} module provides the following service. + +@deffn {Monadic Procedure} lirc-service [#:lirc lirc] @ + [#:device #f] [#:driver #f] [#:config-file #f] @ + [#:extra-options '()] +Return a service that runs @url{http://www.lirc.org,LIRC}, a daemon that +decodes infrared signals from remote controls. + +Optionally, @var{device}, @var{driver} and @var{config-file} +(configuration file name) may be specified. See @command{lircd} manual +for details. + +Finally, @var{extra-options} is a list of additional command-line options +passed to @command{lircd}. +@end deffn + @node Setuid Programs @subsection Setuid Programs -- cgit v1.2.3 ass='path'>path: root/AUTHORS
e46399989db067a'>marionette.scm
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2022-11-17tests: root-unmount: Wait for the first QEMU process to finish....Ludovic Courtès
2022-10-07marionette: Add a callback arguments to wait-for-screen-text....Maxim Cournoyer
2022-10-07marionette: Define keystrokes for typing colons and exclamation marks....Maxim Cournoyer
2022-10-07marionette: Preserve screen dumps on failures....Maxim Cournoyer
2022-10-07marionette: Make marionette-screen-text private....Maxim Cournoyer
2022-09-16marionette: Avoid read error when wait-for-file file is empty....Christopher Baines
2022-09-16marionette: Make it easier to debug REPL read failures....Christopher Baines
2022-08-28build: marionette: Add support for Tesseract OCR....Maxim Cournoyer
2022-08-28marionette: Improve the error message of 'wait-for-screen-text'....Maxim Cournoyer
2022-08-11build: marionette: Adjust QEMU Info manual reference....Maxim Cournoyer
2022-08-09tests: Add qemu-guest-agent system test....Timotej Lazar
2022-05-22marionette: Add #:address parameter to 'wait-for-tcp-port'....Ludovic Courtès
2021-12-23Remove VM generation dead-code....Mathieu Othacehe
2021-09-26marionette: Print a line when a test succeeds....Ludovic Courtès
2021-09-26marionette: 'system-test-runner' can create output directory....Ludovic Courtès
2021-09-26marionette: 'system-test-runner' dumps test log upon failure....Ludovic Courtès
2021-09-25tests: Adjust to SRFI-64 as found in Guile 3.0.7....Ludovic Courtès
2020-02-22marionette: Provide portable US-layout keystrokes for "<" and ">"....Ludovic Courtès
2020-02-22marionette: 'wait-for' procedures no longer leak a port....Ludovic Courtès
2019-05-15marionette: Add braces to the keystrokes....Ludovic Courtès
2018-08-28marionette: Add wait-for-unix-socket....Chris Marusich
2018-08-28marionette: Add support for QEMU's "quit" command....Chris Marusich
2018-06-01marionette: Add 'wait-for-tcp-port'....Ludovic Courtès