Vishwanatha Subbanna | 5f3a19b | 2016-10-01 11:34:42 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Console Muxer listening on device /dev/%I |
| 3 | BindsTo=dev-%i.device |
| 4 | After=dev-%i.device |
| 5 | |
| 6 | [Service] |
| 7 | # TODO: openbmc/obmc-console#5 - Restore this to 'obmc-console-server ttyVUART0' |
Xo Wang | f6dab57 | 2017-01-18 17:58:51 -0800 | [diff] [blame] | 8 | ExecStart=/bin/sh -c 'realpath /dev/%i | xargs basename | xargs {sbindir}/obmc-console-server --config {sysconfdir}/obmc-console.conf' |
Vishwanatha Subbanna | 5f3a19b | 2016-10-01 11:34:42 -0500 | [diff] [blame] | 9 | Restart=always |
| 10 | |
| 11 | [Install] |
| 12 | WantedBy={SYSTEMD_DEFAULT_TARGET} |