[Unit] Description=Ubuntu Core Firstboot Configuration %I BindsTo=dev-%i.device After=dev-%i.device systemd-user-sessions.service plymouth-quit-wait.service After=rc-local.service ConditionPathExists=!/writable/firstboot-complete [Service] Environment=PYTHONPATH=/usr/share/subiquity ExecStartPre=/bin/systemctl stop serial-getty@%I ExecStart=-/sbin/agetty -n --noclear -l /usr/bin/console-conf %I $TERM ExecStop=/bin/systemctl start serial-getty@%I Type=idle Restart=always RestartSec=0 UtmpIdentifier=%I TTYPath=/dev/%I TTYReset=yes TTYVHangup=yes KillMode=process IgnoreSIGPIPE=no SendSIGHUP=yes #TTYVTDisallocate=yes #KillMode=process #Restart=always #StandardInput=tty-force #StandardOutput=tty #StandardError=tty