Allow force reexecution of snapd snap version

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.
This commit is contained in:
Didier Roche 2026-01-13 11:55:23 +01:00
parent d756afd205
commit 755f0b0d15
No known key found for this signature in database
GPG Key ID: 98B24A9CE4AC208E

View File

@ -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 whats next.
#[Service]
#Environment="SNAP_REEXEC=force"