* Simplify how the subiquity client is run on the serial console in the live server environment, breaking a unit cycle that sometimes prevents subiquity from starting up at all. (LP: #1888497) * Do not set the password for the installer user via cloud-init as subiquity can now do this itself. (LP: #1933523)bdmurray/focal-intel-iot^2
parent
d95cb8b344
commit
c27dbda4ca
@ -0,0 +1 @@
|
|||||||
|
/dev/null
|
@ -1,2 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Subiquity, the installer for Ubuntu Server %I
|
||||||
|
After=snapd.seeded.service
|
||||||
|
StartLimitInterval=0
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStartPre=/bin/systemctl start serial-subiquity@%i.service
|
Environment=SNAP_REEXEC=0
|
||||||
|
ExecStart=
|
||||||
|
ExecStart=/usr/bin/snap run subiquity.subiquity-service %I
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
[Unit]
|
|
||||||
After=cloud-final.service snapd.seeded.service
|
|
||||||
[Service]
|
[Service]
|
||||||
StandardOutput=tty
|
StandardOutput=tty
|
||||||
ExecStartPre=
|
ExecStart=
|
||||||
ExecStartPre=/usr/bin/snap run subiquity --ssh
|
ExecStart=/usr/bin/snap run subiquity --ssh
|
||||||
|
Loading…
Reference in new issue