mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
units: update serial-getty@.service to support 57600 baud rate
Fixes: #17306
This commit is contained in:
parent
ffae0b0d22
commit
7fe7547ba3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user