diff -Naur systemd-253/units/getty@.service.in systemd-253-busybox/units/getty@.service.in --- systemd-253/units/getty@.service.in 2023-08-15 12:32:42.654868060 +0000 +++ systemd-253-busybox/units/getty@.service.in 2023-08-15 12:32:25.027930370 +0000 @@ -39,7 +39,7 @@ # 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' --noclear - $GETTY_SPEED $GETTY_TERM $GETTY_OPTS +ExecStart=-/sbin/agetty --noclear - $GETTY_SPEED $GETTY_TERM $GETTY_OPTS Type=idle Restart=always RestartSec=0