Files

12 lines
399 B
Desktop File
Raw Permalink Normal View History

2026-04-23 17:07:55 +08:00
[Unit]
Description=Phosphor BIC Console SSH socket for Slot1
Wants=obmc-console@ttyS0.service
[Service]
ExecStartPre=/usr/bin/select-uart-mux slot1 bic
ExecStart=/usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -i host0" $DROPBEAR_EXTRA_ARGS
SyslogIdentifier=console-client-ttyS0
ExecReload=/bin/kill -HUP $MAINPID
StandardInput=socket
KillMode=process