summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/data/etc/systemd/system/qemu.service
blob: 1776d63c1a16a4fd110bd7ee2c85cacd53bf390d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Sets up the QEMU hypervisor
Requires=run-virt-env.service
Requires=libvirtd.service
Requires=qemu-kvm.service
After=run-virt-env.service
After=libvirtd.service
After=qemu-kvm.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/opt/openslx/scripts/systemd-qemu_env start

[Install]
WantedBy=graphical.target