diff -Naur systemd-234/units/getty@.service.m4 systemd-234-magellan/units/getty@.service.m4 --- systemd-234/units/getty@.service.m4 2017-07-27 13:49:51.728192290 +0200 +++ systemd-234-magellan/units/getty@.service.m4 2017-07-27 13:49:04.517770906 +0200 @@ -37,7 +37,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 %I $GETTY_SPEED $GETTY_TERM $GETTY_OPTS +ExecStart=-/sbin/agetty --noclear %I $GETTY_SPEED $GETTY_TERM $GETTY_OPTS Type=idle Restart=always RestartSec=0