diff --git a/debian/changelog b/debian/changelog index 1aad84ed..cf6c5710 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.476) UNRELEASED; urgency=medium + + * snap.subiquity.started.service must be RemainAfterExit=yes to satisfy + the service dependencies. + + -- Steve Langasek Thu, 12 Oct 2017 09:23:16 -0400 + livecd-rootfs (2.475) artful; urgency=medium * Add the SNAP_REEXEC=0 enviroment to the subiquity service as well. diff --git a/live-build/ubuntu-server/includes.binary/overlay/etc/systemd/system/snap.subiquity.started.service.d/no-reexec.conf b/live-build/ubuntu-server/includes.binary/overlay/etc/systemd/system/snap.subiquity.started.service.d/no-reexec.conf index 14a6b477..52bf88df 100644 --- a/live-build/ubuntu-server/includes.binary/overlay/etc/systemd/system/snap.subiquity.started.service.d/no-reexec.conf +++ b/live-build/ubuntu-server/includes.binary/overlay/etc/systemd/system/snap.subiquity.started.service.d/no-reexec.conf @@ -1,2 +1,3 @@ [Service] +RemainAfterExit=yes Environment=SNAP_REEXEC=0