| [Unit] |
| Description=Perform system configuration to prepare system to run KVM guests |
| |
| Before=irqbalance.service |
| |
| Before=libvirtd.service |
|
|
| [Service] |
| Type=oneshot |
| EnvironmentFile=-/etc/sysconfig/kvm |
| ExecStart=/usr/lib/systemd/kvm-setup |
|
|
| [Install] |
| WantedBy=multi-user.target |