blob: 261f3a12ef10b3ae139348e9a80b73409370f119 [file] [log] [blame]
Chau Ly23148bd2023-01-13 04:18:51 +00001[Unit]
2Description=Phosphor Host Console SSH Per-Connection
3Wants=obmc-console@ttyS3.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.ttyS3.conf" -p ttyS3 -F $DROPBEAR_EXTRA_ARGS
9SyslogIdentifier=dropbear
10ExecReload=/bin/kill -HUP $MAINPID
11StandardInput=socket
12KillMode=process