I am using Ubuntu 20.04 and have done the following setup:
sudo systemctl set-default multi-user.target
sudo systemctl add-wants multi-user getty@tty1
and /etc/securetty
has been created.
However, tty1 does not show after boot, unless Ctrl+Alt+F1 is pressed.
Although getty@tty1
wants multi-user.target
, I saw getty@tty1
before multi-user.target
in systemd-analyze
results. Is it correct?