ipmbbridge initial implementation

ipmbbridge gives the ability for openbmc to host ipmb transactions over
smbus

Change-Id: I3744dbef5a6db0b2ff4f2b691e68ca8dc3b1d24b
Signed-off-by: Dawid Frycki <dawid.frycki@intel.com>
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/ipmb.service b/ipmb.service
new file mode 100644
index 0000000..a940e1e
--- /dev/null
+++ b/ipmb.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=IPMB bridge
+After=phosphor-ipmi-host.service
+
+[Service]
+ExecStart=/usr/sbin/ipmbbridged
+SyslogIdentifier=ipmbbridged
+Restart=always
+Type=simple
+
+[Install]
+WantedBy=basic.target
\ No newline at end of file