mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
systemd-serialgetty: Disable the carrier detect requirement for serial consoles
This aligns the params of getty with the ones used in Debian. From the getty(8) manpage: ,----[ getty(8) manpage ] | -L, --local-line | | Force the line to be a local line with no need for carrier | detect. This can be useful when you have a locally attached | terminal where the serial line does not set the carrier detect | signal. `---- Reported-by: Craig McQueen <craig.mcqueen@beamcommunications.com> (From OE-Core rev: d7f057341e5c007783f41247ee054f257a9f2f64) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3a3e5abe45
commit
58bee16296
@@ -21,7 +21,7 @@ IgnoreOnIsolate=yes
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment="TERM=xterm"
|
Environment="TERM=xterm"
|
||||||
ExecStart=-/sbin/agetty -8 --keep-baud %I @BAUDRATE@ $TERM
|
ExecStart=-/sbin/agetty -8 -L --keep-baud %I @BAUDRATE@ $TERM
|
||||||
Type=idle
|
Type=idle
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=0
|
RestartSec=0
|
||||||
|
|||||||
Reference in New Issue
Block a user