From d06889f7a59724823a6bae05b309704322d86a35 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Thu, 4 Feb 2021 10:13:25 +0100 Subject: [qemu] Rename 'qemukvm' occurrences in the core module to 'qemu' --- core/modules/qemu/data/etc/systemd/system/qemu.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/modules/qemu/data/etc/systemd/system/qemu.service (limited to 'core/modules/qemu/data/etc/systemd/system/qemu.service') diff --git a/core/modules/qemu/data/etc/systemd/system/qemu.service b/core/modules/qemu/data/etc/systemd/system/qemu.service new file mode 100644 index 00000000..914e956c --- /dev/null +++ b/core/modules/qemu/data/etc/systemd/system/qemu.service @@ -0,0 +1,9 @@ +[Unit] +Description=Sets up the QEMU hypervisor +Requires=run-virt-env.service +After=run-virt-env.service + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/opt/openslx/scripts/systemd-qemu_env start -- cgit v1.2.3-55-g7522 From 3ce16192db58bdbf2bd8fb5f8d85f2dd9a93ff80 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Mon, 8 Feb 2021 09:32:10 +0100 Subject: [qemu] Start 'qemu' after 'libvirtd' is ready --- .../qemu/data/etc/systemd/system/graphical.target.wants/qemu.service | 1 + .../qemu/data/etc/systemd/system/graphical.target.wants/qemukvm.service | 1 - core/modules/qemu/data/etc/systemd/system/qemu.service | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 core/modules/qemu/data/etc/systemd/system/graphical.target.wants/qemu.service delete mode 120000 core/modules/qemu/data/etc/systemd/system/graphical.target.wants/qemukvm.service (limited to 'core/modules/qemu/data/etc/systemd/system/qemu.service') diff --git a/core/modules/qemu/data/etc/systemd/system/graphical.target.wants/qemu.service b/core/modules/qemu/data/etc/systemd/system/graphical.target.wants/qemu.service new file mode 120000 index 00000000..a301779d --- /dev/null +++ b/core/modules/qemu/data/etc/systemd/system/graphical.target.wants/qemu.service @@ -0,0 +1 @@ +../qemu.service \ No newline at end of file diff --git a/core/modules/qemu/data/etc/systemd/system/graphical.target.wants/qemukvm.service b/core/modules/qemu/data/etc/systemd/system/graphical.target.wants/qemukvm.service deleted file mode 120000 index 89d8afbf..00000000 --- a/core/modules/qemu/data/etc/systemd/system/graphical.target.wants/qemukvm.service +++ /dev/null @@ -1 +0,0 @@ -../qemukvm.service \ No newline at end of file diff --git a/core/modules/qemu/data/etc/systemd/system/qemu.service b/core/modules/qemu/data/etc/systemd/system/qemu.service index 914e956c..7a1d3b4d 100644 --- a/core/modules/qemu/data/etc/systemd/system/qemu.service +++ b/core/modules/qemu/data/etc/systemd/system/qemu.service @@ -1,7 +1,9 @@ [Unit] Description=Sets up the QEMU hypervisor Requires=run-virt-env.service +Requires=libvirtd.service After=run-virt-env.service +After=libvirtd.service [Service] Type=oneshot -- cgit v1.2.3-55-g7522