Change is_libvirtd_up function to check libvirt socket instead of systemd
Pull Request Template
Description
Please, include a summary of the patch and why it should be accepted.
Link it to any open issue and share any other information and context you judge relevant for this PR.
Fixes # (issue)
How Has This Been Tested?
Please, describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
[ ] Test A
[ ] Test B
Checklist:
[x] My commit message follow the pattern described in here
[x] I have signed-off my commit (git commit -s) to certify I have the rights to submit this work under the same license and agrees to a Developer Certificate of Origin (see http://developercertificate.org/ for more information).
[x] My code follows the style guidelines of this project and I have run make check-local to confirm it.
[x] I have run make to build the project and update any documentation that was added as part of this PR.
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes (Run make check to confirm it)
Change is_libvirtd_up function to check libvirt socket instead of systemd
Pull Request Template
Description
Please, include a summary of the patch and why it should be accepted. Link it to any open issue and share any other information and context you judge relevant for this PR.
Fixes # (issue)
How Has This Been Tested?
Please, describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Checklist:
make check-local
to confirm it.make
to build the project and update any documentation that was added as part of this PR.make check
to confirm it)