Totally stolen from elsewhere, but worked for me...
- Edit file
/etc/systemd/system/getty.target.wants/[email protected]
- Find the
[Service]
section and changeExecStart
line to readExecStart=-/sbin/agetty --noclear -a YOUR_USERNAME_HERE %I 38400
Totally stolen from elsewhere, but worked for me...
/etc/systemd/system/getty.target.wants/[email protected]
[Service]
section and change ExecStart
line to read
ExecStart=-/sbin/agetty --noclear -a YOUR_USERNAME_HERE %I 38400