This PR fixes podman containers failing to start after a hard reboot, with an error "invalid internal status" in the journal for the unit.
Note that originally the podman role ensured the podman temporary directories were on a tmpfs; this appeared to be problematic with later podman and #351 removed this.
This PR fixes podman containers failing to start after a hard reboot, with an error "invalid internal status" in the journal for the unit.
Note that originally the podman role ensured the podman temporary directories were on a tmpfs; this appeared to be problematic with later podman and #351 removed this.
Fixes #459.