From d31a16c435e497f320ccfa880122dff963f151a7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 23 Aug 2018 20:07:28 -0400 Subject: Organize in to an installable package --- systemd/system/qemu@.service | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 systemd/system/qemu@.service (limited to 'systemd/system/qemu@.service') 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 -- cgit v1.2.3-2-g168b