From 48959a73dfe38449d12717a44ba8e7e7612971e0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 15 Feb 2018 15:39:08 -0500 Subject: Initial implementation --- systemd/system/qemu@.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 systemd/system/qemu@.service (limited to 'systemd/system/qemu@.service') diff --git a/systemd/system/qemu@.service b/systemd/system/qemu@.service new file mode 100644 index 0000000..7adcbfb --- /dev/null +++ b/systemd/system/qemu@.service @@ -0,0 +1,15 @@ +[Unit] +Description=Virtual Machine %I +Documentation=man:qemu(1) +PartOf=machines.target +Before=machines.target + +[Service] +Type=forking +RuntimeDirectory=qemu-%I +PIDFile=/run/qemu-%I/pid +ExecStart=/etc/systemd/system/qemu %I +ExecStop=/bin/socat SYSTEM:'echo system_powerdown; sleep infinity' UNIX-CONNECT:/run/qemu-%I/monitor.sock + +[Install] +WantedBy=machines.target -- cgit v1.2.3-2-g168b