/lib/systemd/system/qemu-kvm.service is in qemu-system-common 1:2.11+dfsg-1ubuntu7.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|