| 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] | ||||
| Patrick Williams | c8052eb | 2017-04-26 11:14:47 -0500 | [diff] [blame] | 7 | ExecStart={sbindir}/obmc-console-server --config {sysconfdir}/obmc-console.conf %i |
| Vishwanatha Subbanna | 5f3a19b | 2016-10-01 11:34:42 -0500 | [diff] [blame] | 8 | Restart=always |
| 9 | |||||
| 10 | [Install] | ||||
| 11 | WantedBy={SYSTEMD_DEFAULT_TARGET} | ||||