Prefer getty to agetty in console setup systemd units Signed-off-by: Maxime Ripard --- units/getty@.service.m4 | 2 +- units/serial-getty@.service.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: b/units/getty@.service.m4 =================================================================== --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -35,7 +35,7 @@ [Service] Environment=TERM=linux -ExecStart=-/sbin/agetty %I 38400 +ExecStart=-/sbin/getty -L %I 115200 vt100 Restart=always RestartSec=0 UtmpIdentifier=%I Index: b/units/serial-getty@.service.m4 =================================================================== --- a/units/serial-getty@.service.m4 +++ b/units/serial-getty@.service.m4 @@ -35,7 +35,7 @@ [Service] Environment=TERM=vt100 -ExecStart=-/sbin/agetty -s %I 115200,38400,9600 +ExecStart=-/sbin/getty -L %I 115200 vt100 Restart=always RestartSec=0 UtmpIdentifier=%I