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] |
Michael Tritz | fbd81be | 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 | 5f3a19b | 2016-10-01 11:34:42 -0500 | [diff] [blame] | 9 | Restart=always |
| 10 | |
| 11 | [Install] |
Patrick Venture | d607cfb | 2019-04-04 12:15:22 -0700 | [diff] [blame] | 12 | WantedBy=multi-user.target |