Blame SOURCES/kvm-setup.service

9bac43
[Unit]
9bac43
Description=Perform system configuration to prepare system to run KVM guests
9bac43
# Offlining CPUs can cause irqbalance to throw warnings if it's running
9bac43
Before=irqbalance.service
9bac43
# libvirtd reads CPU topology at startup, so change it before
9bac43
Before=libvirtd.service
9bac43
9bac43
[Service]
9bac43
Type=oneshot
9bac43
EnvironmentFile=-/etc/sysconfig/kvm
9bac43
ExecStart=/usr/lib/systemd/kvm-setup
9bac43
9bac43
[Install]
9bac43
WantedBy=multi-user.target