Blame SOURCES/kvm-setup.service

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