Add obmc-console conf

Config UART2 to obmc-console source
Use script to control UART Mux

Change-Id: I73d5165e497c7af1bc445ae8d365deb49b1f508d
Signed-off-by: Ken Chen <chen.kenyy@inventec.com>
diff --git a/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client@.service b/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client@.service
new file mode 100644
index 0000000..81d3bfe
--- /dev/null
+++ b/meta-centriq2400-rep/recipes-phosphor/console/centriq-2400rep-console-client/centriq-2400rep-console-client@.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Control UART mux for obmc-console-client
+
+[Service]
+ExecStart=/usr/bin/env centriq-2400rep-console-client.sh
+SyslogIdentifier=centriq-2400rep-console-client.sh
+
+[Install]
+WantedBy={SYSTEMD_DEFAULT_TARGET}