12 lines
399 B
Desktop File
12 lines
399 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=Phosphor BIC Console SSH socket for Slot4
|
||
|
|
Wants=obmc-console@ttyS3.service
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
ExecStartPre=/usr/bin/select-uart-mux slot4 bic
|
||
|
|
ExecStart=/usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -i host3" $DROPBEAR_EXTRA_ARGS
|
||
|
|
SyslogIdentifier=console-client-ttyS3
|
||
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
||
|
|
StandardInput=socket
|
||
|
|
KillMode=process
|