services: inputattach: Fix broken baud rate option.
* gnu/services/desktop.scm (inputattach-shepherd-service): Use "--baud" for setting the baud-rate. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f83d07f777
commit
daec54f062
@ -1070,7 +1070,7 @@ as expected.")))
|
||||
(match-lambda
|
||||
(($ <inputattach-configuration> type device baud-rate log-file)
|
||||
(let ((args (append (if baud-rate
|
||||
(list "--baud-rate" (number->string baud-rate))
|
||||
(list "--baud" (number->string baud-rate))
|
||||
'())
|
||||
(list (string-append "--" type)
|
||||
device))))
|
||||
|
Loading…
Reference in New Issue
Block a user