diff options
author | Tim Gesthuizen <tim.gesthuizen@yahoo.de> | 2019-10-10 18:38:36 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-21 23:26:33 +0200 |
commit | 84261a233ecb58d7a622329d95a8d0d3fc92f886 (patch) | |
tree | 8f6cbbbd5795ad19eaf9a38275fedf57b7c2f793 /doc/guix.texi | |
parent | 2f000f2ef48972b2544f0da3aa96faf19be8a04b (diff) |
services: inputattach: Add 'baud-rate' parameter.
* gnu/services/desktop.scm (inputattach-configuration): Add baud-rate field.
(inputattach-shepherd-service): Add baud-rate to parameters when specified.
* doc/guix.texi (Miscellaneous Services): [inputattach Service] Document
baud-rate parameter.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 15b6ff04c3..b550b1c34a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -24573,6 +24573,10 @@ The type of device to connect to. Run @command{inputattach --help}, from the @item @code{device} (default: @code{"/dev/ttyS0"}) The device file to connect to the device. +@item @code{baud-rate} (default: @code{#f}) +Baud rate to use for the serial connection. +Should be a number or @code{#f}. + @item @code{log-file} (default: @code{#f}) If true, this must be the name of a file to log messages to. @end table |