For ubuntu-server images, the live user created by user-setup is 'ubuntu-server', not 'ubuntu'. Fix this so that gettys will start on VTs.

This commit is contained in:
Mathieu Trudel-Lapierre 2017-05-03 09:09:26 -04:00
parent f75be1c606
commit 8de300621f

View File

@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=-/sbin/agetty --noclear -n --autologin ubuntu %I $TERM
ExecStart=-/sbin/agetty --noclear -n --autologin ubuntu-server %I $TERM