When using Ubuntu 14.04, I used to have a custom /etc/init/tty2.conf that started a program in this virtual terminal. But after upgrade to Ubuntu 16.04, these files seem to be ignored. Regardless of my modifications, virtual terminal ends up running getty after boot.
I understand that Ubuntu 16.04 includes a systemd side by side with upstart subsystem. But since /etc/init/tty?.conf files are present by default in an installed system, I'd expect them to be respected.
Should I enable some systemd service to restore old behaviour (like it is done for /etc/rc.local)?