Add recipe for phosphor-net-ipmid repository

Resolves openbmc/openbmc#430

Change-Id: Id958eab2822858fe6241830791380af1a9fc1052
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/common/recipes-phosphor/net-ipmid/phosphor-net-ipmid/phosphor-net-ipmid.service b/common/recipes-phosphor/net-ipmid/phosphor-net-ipmid/phosphor-net-ipmid.service
new file mode 100644
index 0000000..5a2ecbd
--- /dev/null
+++ b/common/recipes-phosphor/net-ipmid/phosphor-net-ipmid/phosphor-net-ipmid.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Network IPMI daemon
+
+[Service]
+ExecStart={sbindir}/netipmid
+Restart=always
+
+[Install]
+WantedBy={SYSTEMD_DEFAULT_TARGET}