Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure podman temp directory is created on Start as well.
`getRuntimeDir()` (which is also responsible for creating TMPDIR if it doesn't exist) was being called on `Init()` but not on `Start()` which meant that after the host was restarted and TMPDIR was wiped, `startHostNetworking()` would try to start gvproxy and immediately bail. Signed-off-by: kaorihinata <[email protected]>
- Loading branch information