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

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

[Install]
WantedBy=graphical.target