mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Snapd normally stops trying to reexec when the current host distribution is not in the list of supported ones. However, allow reexec to be attempt if SNAP_REEXEC is explicitly set to a truthy value in the environment. This enables testing of the reexec functionality on a wider range of distributions. Signed-off-by: Maciej Borzecki <maciej.borzecki@canonical.com>