John Chung | e2fae4b | 2024-11-13 18:10:31 -0600 | [diff] [blame] | 1 | [Unit] |
2 | Description=Phosphor IPMI Serial DBus Bridge | ||||
3 | StartLimitBurst=3 | ||||
4 | StartLimitIntervalSec=300 | ||||
5 | After=phosphor-ipmi-host.service | ||||
6 | |||||
7 | [Service] | ||||
8 | Restart=always | ||||
9 | RestartSec=10 | ||||
10 | TimeoutStartSec=60 | ||||
11 | TimeoutStopSec=60 | ||||
12 | ExecStartPre=/bin/stty -F /dev/"%i" 115200 litout -crtscts -ixon -echo raw | ||||
13 | ExecStart=@BIN@ -d "%i" | ||||
14 | SyslogIdentifier=serialbridged-%i | ||||
15 | |||||
16 | [Install] | ||||
17 | WantedBy=multi-user.target | ||||
18 | RequiredBy= |