diff options
| author | Simon Rettberg | 2025-03-19 14:56:48 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2025-03-19 14:56:48 +0100 |
| commit | da797638ee2fa04b6faec8de6c84e54d6202acf0 (patch) | |
| tree | e67dc7b7e94e1b0615dad6800e09cf7da4cda81c | |
| parent | [hardware-stats] Move log output line into place (diff) | |
| download | mltk-da797638ee2fa04b6faec8de6c84e54d6202acf0.tar.gz mltk-da797638ee2fa04b6faec8de6c84e54d6202acf0.tar.xz mltk-da797638ee2fa04b6faec8de6c84e54d6202acf0.zip | |
[qemu] libvirtd isn't actually needed
| -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 |
