Tung Nguyen | 189431e | 2020-12-16 08:11:51 +0000 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Host Console SSH Per-Connection |
| 3 | Wants=obmc-console@ttyS0.service |
| 4 | |
| 5 | [Service] |
| 6 | Environment="DROPBEAR_RSAKEY_DIR=/etc/dropbear" |
| 7 | EnvironmentFile=/etc/default/dropbear |
| 8 | ExecStart=/usr/sbin/dropbear -i -r ${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key -c "/usr/bin/obmc-console-client -c /etc/obmc-console/server.ttyS0.conf" -p ttyS0 -F $DROPBEAR_EXTRA_ARGS |
| 9 | SyslogIdentifier=dropbear |
| 10 | ExecReload=/bin/kill -HUP $MAINPID |
| 11 | StandardInput=socket |
| 12 | KillMode=process |