While the dirty hack of editing /lib/systemd/system/[email protected] works, the right way of creating /etc/systemd/system/[email protected] works only for tty1:
$ ps aux | grep getty ... /sbin/agetty -f /etc/issue.linuxlogo -o -p -- \u --noclear tty1 linux ... /sbin/agetty -o -p -- \u --noclear tty2 linux ... /sbin/agetty -o -p -- \u --noclear tty3 linux ... /sbin/agetty -o -p -- \u --noclear tty4 linux ... /sbin/agetty -o -p -- \u --noclear tty5 linux ... /sbin/agetty -o -p -- \u --noclear tty6 linux -- sergio.

