Merge branch 'ubuntu/focal' of git+ssh://git.launchpad.net/livecd-rootfs into bdmurray/focal-intel-iot
commit
6568c5fa29
@ -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