summaryrefslogtreecommitdiff
path: root/systemd/system/qemu@.service
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 20:07:28 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 20:07:28 -0400
commitd31a16c435e497f320ccfa880122dff963f151a7 (patch)
tree35d5c3423f3f77743f2e89dee17cff88a9511d2b /systemd/system/qemu@.service
parent799e0edc196c4273b728b9f832d90dc79bbf8bbe (diff)
Organize in to an installable packagev20180714
Diffstat (limited to 'systemd/system/qemu@.service')
-rw-r--r--systemd/system/qemu@.service16
1 files changed, 0 insertions, 16 deletions
diff --git a/systemd/system/qemu@.service b/systemd/system/qemu@.service
deleted file mode 100644
index 95cbefc..0000000
--- a/systemd/system/qemu@.service
+++ /dev/null
@@ -1,16 +0,0 @@
-[Unit]
-Description=Virtual Machine %I
-Documentation=man:qemu(1)
-PartOf=machines.target
-Before=machines.target
-
-[Service]
-Type=notify
-NotifyAccess=all
-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