From 95f6bb3dfc807fe64a25957b2d7ae57a3777c3eb Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 12 Oct 2017 09:23:52 -0400 Subject: [PATCH] Import patches-unapplied version 2.476 to ubuntu/artful-proposed Imported using git-ubuntu import. Changelog parent: 979261d9275c61c2dc8e7a310bbfe14e73f38786 New changelog entries: * snap.subiquity.started.service must be RemainAfterExit=yes to satisfy the service dependencies. --- debian/changelog | 7 +++++++ .../system/snap.subiquity.started.service.d/no-reexec.conf | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1aad84ed..eedeb482 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.476) artful; urgency=medium + + * snap.subiquity.started.service must be RemainAfterExit=yes to satisfy + the service dependencies. + + -- Steve Langasek Thu, 12 Oct 2017 09:23:52 -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