13 lines
430 B
Desktop File
13 lines
430 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Phosphor BIC Console SSH socket for Slot3
|
||
|
|
Wants=obmc-console@ttyS2.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStartPre=/usr/bin/select-uart-mux slot3 bic
|
||
|
|
ExecStart=/usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -i host2" $DROPBEAR_EXTRA_ARGS
|
||
|
|
SyslogIdentifier=console-client-ttyS2
|
||
|
|
CollectMode=inactive-or-failed
|
||
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
StandardInput=socket
|
||
|
|
KillMode=process
|