blob: cd5bda3f268af73affa2d0fd658e39363c10b13d [file] [log] [blame]
Chau Ly23148bd2023-01-13 04:18:51 +00001[Unit]
2Description=Phosphor Host Console SSH Per-Connection
3Wants=obmc-console@ttyS8.service
4
5[Service]
6Environment="DROPBEAR_RSAKEY_DIR=/etc/dropbear"
7EnvironmentFile=/etc/default/dropbear
8ExecStart=/usr/sbin/dropbear -i -r ${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -c /etc/obmc-console/server.ttyS8.conf" -p ttyS8 -F $DROPBEAR_EXTRA_ARGS
9SyslogIdentifier=dropbear
10ExecReload=/bin/kill -HUP $MAINPID
11StandardInput=socket
12KillMode=process