Skip to content

Commit

Permalink
serial: T3397: Remove --keep-baud which could result in unexpected …
Browse files Browse the repository at this point in the history
…baud rate
  • Loading branch information
sarthurdev committed Nov 20, 2024
1 parent 1c8321a commit f6ee516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/getty/serial-getty.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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 {{ speed }} %I $TERM
ExecStart=-/sbin/agetty -o '-p -- \\u' %I {{ speed }} $TERM
Type=idle
Restart=always
UtmpIdentifier=%I
Expand Down

0 comments on commit f6ee516

Please sign in to comment.