Vishwanatha Subbanna | e4bfd68 | 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] |
Michael Tritz | 0ad3b1d | 2017-08-15 14:07:23 -0500 | [diff] [blame] | 7 | ExecStart=/usr/bin/env obmc-console-server --config {sysconfdir}/obmc-console.conf %i |
| 8 | SyslogIdentifier=obmc-console-server |
Vishwanatha Subbanna | e4bfd68 | 2016-10-01 11:34:42 -0500 | [diff] [blame] | 9 | Restart=always |
| 10 | |
| 11 | [Install] |
Brad Bishop | fc81e38 | 2019-04-06 13:58:07 -0400 | [diff] [blame] | 12 | WantedBy=multi-user.target |