Change libvirtd service to start instead of enable

This commit is contained in:
Jeevitha Kannan K S 2025-01-20 17:58:45 +05:30
parent d91a44efab
commit ed393fe22b
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333

View File

@ -60,7 +60,7 @@ setupLibvirt() {
fi
done
"$ESCALATION_TOOL" systemctl enable --now libvirtd.service
"$ESCALATION_TOOL" systemctl start libvirtd.service
"$ESCALATION_TOOL" virsh net-autostart default
checkKVM