From da797638ee2fa04b6faec8de6c84e54d6202acf0 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 19 Mar 2025 14:56:48 +0100 Subject: [qemu] libvirtd isn't actually needed --- core/modules/qemu/data/etc/systemd/system/qemu.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/modules') 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 -- cgit v1.2.3-55-g7522