From 0f1ff9fa2e101be45b55303e21e3ace65b0a48c2 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 31 Dec 2016 01:22:49 +0100 Subject: first commit --- scripts/vfio-pcie-bind.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 scripts/vfio-pcie-bind.service (limited to 'scripts/vfio-pcie-bind.service') diff --git a/scripts/vfio-pcie-bind.service b/scripts/vfio-pcie-bind.service new file mode 100644 index 0000000..f27dda6 --- /dev/null +++ b/scripts/vfio-pcie-bind.service @@ -0,0 +1,10 @@ +[Unit] +Description=Bind PCIe devices to the virtio driver on boot + +[Serivce] +Type=oneshot +ExecStart=/usr/local/bin/vfio-bind 0000:02:00.0 0000:02:00.1 0000:04:00.00 + +[Install] +WantedBy=multi-user.target +Before=libvirt-guests.service -- cgit v1.2.1