diff options
Diffstat (limited to 'core/modules')
| -rw-r--r-- | core/modules/qemu/data/etc/systemd/system/qemu.service | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/modules/qemu/data/etc/systemd/system/qemu.service b/core/modules/qemu/data/etc/systemd/system/qemu.service index 1776d63c..751e5776 100644 --- a/core/modules/qemu/data/etc/systemd/system/qemu.service +++ b/core/modules/qemu/data/etc/systemd/system/qemu.service @@ -1,16 +1,14 @@ [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 +ExecStart=/opt/openslx/scripts/systemd-qemu_env [Install] WantedBy=graphical.target |
