Hieu Huynh | 325a811 | 2022-10-24 11:15:17 +0000 | [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 | StartLimitBurst=3 | ||||
6 | StartLimitIntervalSec=300 | ||||
7 | |||||
8 | [Service] | ||||
9 | ExecStart=/usr/sbin/obmc-console-server-setup.sh %i | ||||
10 | SyslogIdentifier=obmc-console-server | ||||
11 | Restart=always | ||||
12 | RestartSec=10 | ||||
13 | TimeoutStartSec=60 | ||||
14 | TimeoutStopSec=60 | ||||
15 | |||||
16 | [Install] | ||||
17 | WantedBy=multi-user.target |