diff --git a/live-build/ubuntu/includes.chroot.minimal.standard.live/etc/systemd/system/snapd.service.d/snapd-snap-reexec.conf b/live-build/ubuntu/includes.chroot.minimal.standard.live/etc/systemd/system/snapd.service.d/snapd-snap-reexec.conf new file mode 100644 index 00000000..b4945539 --- /dev/null +++ b/live-build/ubuntu/includes.chroot.minimal.standard.live/etc/systemd/system/snapd.service.d/snapd-snap-reexec.conf @@ -0,0 +1,6 @@ +# force reexecuting the snapd snap version on the live system +# while developping features that only lands on edge, even if the +# deb version is higher. +# This allows automated tests to always run what’s next. +#[Service] +#Environment="SNAP_REEXEC=force"