commit | 983f81795dcfb10acd7a9a138206476a0a3a1bb0 | [log] [tgz] |
---|---|---|
author | Yuan Yao <yao.yuan@hxt-semitech.com> | Fri Dec 07 18:10:04 2018 +0800 |
committer | Yuan Yao <yao.yuan@hxt-semitech.com> | Wed Mar 06 16:23:56 2019 +0800 |
tree | aa0e1d5659258168888a33662a2c37643194ec17 | |
parent | 5679e42877a21303207011a2f8ec3e643b5e76b2 [diff] [blame] |
meta-hxt: add sol support Change-Id: I959f6d9fa620ceb116f0c1dce8bb88f84319d629 Signed-off-by: Yuan Yao <yao.yuan@hxt-semitech.com>
diff --git a/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service b/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service new file mode 100644 index 0000000..dce0eec --- /dev/null +++ b/meta-stardragon4800-rep2/recipes-phosphor/console/stardragon4800-rep2-console-client/stardragon4800-rep2-console-client@.service
@@ -0,0 +1,9 @@ +[Unit] +Description=Control UART mux for obmc-console-client + +[Service] +ExecStart=/usr/bin/env stardragon4800-rep2-console-client.sh +SyslogIdentifier=stardragon4800-rep2-console-client.sh + +[Install] +WantedBy={SYSTEMD_DEFAULT_TARGET}