]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
units: update serial-getty@.service to support 57600 baud rate
authorBjørn Mork <bjorn@mork.no>
Tue, 13 Oct 2020 15:07:07 +0000 (17:07 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 13 Oct 2020 19:00:11 +0000 (21:00 +0200)
Fixes: #17306
units/serial-getty@.service.m4

index cab89fb42688536c0a766f9f4a04aa6aa6094b70..4b72bef84e24afbe80622b79cb008ce71c098896 100644 (file)
@@ -33,7 +33,7 @@ Before=rescue.service
 # The '-o' option value tells agetty to replace 'login' arguments with an
 # option to preserve environment (-p), followed by '--' for safety, and then
 # the entered username.
-ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,38400,9600 %I $TERM
+ExecStart=-/sbin/agetty -o '-p -- \\u' --keep-baud 115200,57600,38400,9600 %I $TERM
 Type=idle
 Restart=always
 UtmpIdentifier=%I