blob: fef1619e65816f844992b59004b65db0e686b3ec [file] [log] [blame]
Delphine CC Chiua576a592022-12-21 09:25:28 +08001[Unit]
2Description=Phosphor BIC Console SSH socket for Slot3
3Wants=obmc-console@ttyS2.service
4
5[Service]
6ExecStartPre=/usr/bin/select-uart-mux slot3 bic
7ExecStart=/usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -i host2" $DROPBEAR_EXTRA_ARGS
8SyslogIdentifier=console-client-ttyS2
9CollectMode=inactive-or-failed
10ExecReload=/bin/kill -HUP $MAINPID
11StandardInput=socket
12KillMode=process