Add a PECI PCIe daemon

This daemon is responsible for collecting PCIe information for
the system over PECI and sharing it with other components,
such as Redfish.

Change-Id: I3332cb2584a6f496a0f2162536b24fb20380ad1d
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/service_files/xyz.openbmc_project.PCIe.service b/service_files/xyz.openbmc_project.PCIe.service
new file mode 100644
index 0000000..7c48a03
--- /dev/null
+++ b/service_files/xyz.openbmc_project.PCIe.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Service to get PCIe info over PECI
+
+[Service]
+Restart=always
+ExecStart=/usr/bin/peci-pcie
+Type=simple
+
+[Install]
+WantedBy=multi-user.target