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