mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-03-11 01:58:47 +00:00
When developping and using snapd from edge on cross-team efforts like TPM/FDE, allow snapd to reexec to the snap version unconditionnaly, on live system. . This is commented so that the future revert to stable include it and we don’t forget to readd that next time this kind of effort is needed.
7 lines
256 B
Plaintext
7 lines
256 B
Plaintext
# 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"
|