Skip to content

Commit

Permalink
Merge pull request #4201 from sarthurdev/T3397
Browse files Browse the repository at this point in the history
serial: T3397: Remove `--keep-baud` which could result in unexpected baud rate
  • Loading branch information
sarthurdev authored Nov 20, 2024
2 parents 3452f42 + f6ee516 commit 1a291b4
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 1a291b4

Please sign in to comment.