summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu-src/data/lib/systemd/system/qemu-kvm.service
blob: f35e3e98bfa1c54191c03220ae2990f4b4d07eaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=QEMU KVM preparation - module, ksm, hugepages
DefaultDependencies=no
After=local-fs.target
Before=shutdown.target
Conflicts=shutdown.target
RequiresMountsFor=/usr

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/share/qemu/init/qemu-kvm-init start
ExecReload=/usr/share/qemu/init/qemu-kvm-init start

[Install]
WantedBy=multi-user.target