Andrew Jeffery | 9836e2b | 2020-02-11 12:12:07 +1030 | [diff] [blame^] | 1 | [Unit] |
2 | Description=%i Console Server | ||||
3 | ConditionPathExists=/etc/obmc-console/server.%i.conf | ||||
4 | |||||
5 | [Service] | ||||
6 | # Instance ID is the VUART basename | ||||
7 | ExecStart=/usr/sbin/obmc-console-server --config /etc/obmc-console/server.%i.conf %i | ||||
8 | SyslogIdentifier=%i-console-server | ||||
9 | Restart=always |