diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-11-20 17:33:48 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2024-11-20 17:33:48 +0100 |
commit | f6ee516ca4409265b8b2b883c132357bf76655a3 (patch) | |
tree | 9d9f27a7716e9c8e86c39771088726767741d3d6 /data/templates | |
parent | 1c8321a8679e132cec1b769ab364149e794558cc (diff) | |
download | vyos-1x-f6ee516ca4409265b8b2b883c132357bf76655a3.tar.gz vyos-1x-f6ee516ca4409265b8b2b883c132357bf76655a3.zip |
serial: T3397: Remove `--keep-baud` which could result in unexpected baud rate
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/getty/serial-getty.service.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/getty/serial-getty.service.j2 b/data/templates/getty/serial-getty.service.j2 index 0183eae7d..687b05b6d 100644 --- a/data/templates/getty/serial-getty.service.j2 +++ b/data/templates/getty/serial-getty.service.j2 @@ -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 |