qemu-kvm/kvm-setup.service
Danilo C. L. de Paula 43bd4b3884 Initial 3.0.0 rebase
2026-02-17 16:57:04 +01:00

15 lines
403 B
Desktop File

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