Delphine CC Chiu | a576a59 | 2022-12-21 09:25:28 +0800 | [diff] [blame] | 1 | [Unit] |
2 | Description=Phosphor Host Console SSH socket for Slot3 | ||||
3 | Wants=obmc-console@ttyS2.service | ||||
4 | |||||
5 | [Service] | ||||
6 | ExecStartPre=/usr/bin/select-uart-mux slot3 host | ||||
7 | ExecStart=/usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -i host2" $DROPBEAR_EXTRA_ARGS | ||||
8 | SyslogIdentifier=console-client-ttyS2 | ||||
9 | ExecReload=/bin/kill -HUP $MAINPID | ||||
10 | StandardInput=socket | ||||
11 | KillMode=process |