summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu/data/etc/systemd/system/qemu.service
diff options
context:
space:
mode:
authorJonathan Bauer2021-06-25 14:55:08 +0200
committerJonathan Bauer2021-06-25 14:55:08 +0200
commit09f9b20ae36bbbff9e303c52d2a8f2a034cd4f1e (patch)
tree75f018f5ad995d286de930f0a0c450ab8a208f4b /core/modules/qemu/data/etc/systemd/system/qemu.service
parentMerge branch 'master' into installer (diff)
parent[clientrequest] add remote debugging modul from Christoph Schulthess (diff)
downloadmltk-09f9b20ae36bbbff9e303c52d2a8f2a034cd4f1e.tar.gz
mltk-09f9b20ae36bbbff9e303c52d2a8f2a034cd4f1e.tar.xz
mltk-09f9b20ae36bbbff9e303c52d2a8f2a034cd4f1e.zip
Merge branch 'master' into installer
Diffstat (limited to 'core/modules/qemu/data/etc/systemd/system/qemu.service')
-rw-r--r--core/modules/qemu/data/etc/systemd/system/qemu.service11
1 files changed, 11 insertions, 0 deletions
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..7a1d3b4d
--- /dev/null
+++ b/core/modules/qemu/data/etc/systemd/system/qemu.service
@@ -0,0 +1,11 @@
+[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
+RemainAfterExit=yes
+ExecStart=/opt/openslx/scripts/systemd-qemu_env start