Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable and start vsock and http crc sockets
This patch fix the scenario when a user try to reboot the host and try to run `crc start` on an already configured host. Without this patch user observes following error during `crc start`. ``` INFO Checking crc daemon systemd socket units WARN Preflight checks failed during `crc start`, please try to run `crc setup` first in case you haven't done so yet ``` It happen because systemd service is not enabled by the `crc setup` command. fixes: #2739
- Loading branch information