Blame SOURCES/kvm-setup.service

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