SYNOPSYS

I want autologin on one of my media purpose archlinux box.

PROCEDURE

TTYVTDisallocate=

/etc/systemd/system/getty@tty1.service.d/noclear.conf

1
2
[Service]
TTYVTDisallocate=no

ExecStart=
Type=

/etc/systemd/system/getty@tty1.service.d/autologin.conf

1
2
3
4
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --autologin jeyzu --noclear %I 38400 linux
Type=idle