#!/bin/bash

set -eux
set -o pipefail

systemctl stop libvirtd
systemctl disable libvirtd
