Remove obsolete HyperV service

This commit is contained in:
Greg Hellings
2024-07-23 00:26:33 -05:00
parent 49bdb43c7d
commit 67a7df04b3
@@ -45,7 +45,6 @@ virt="$(systemd-detect-virt)"
# "KVM" == KVM/Qemu
if [ "${virt}" == "microsoft" ]; then
pacman -S --noconfirm hyperv
systemctl enable hv_fcopy_daemon
systemctl enable hv_kvp_daemon
systemctl enable hv_vss_daemon
fi