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