1[Service] 2EnvironmentFile=-/etc/obmc-console/dropbear.env 3ExecStart= 4ExecStart=-/usr/sbin/dropbear -r ${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key \ 5 -r ${DROPBEAR_RSAKEY_DIR}/dropbear_ecdsa_host_key \ 6 -r ${DROPBEAR_RSAKEY_DIR}/dropbear_ed25519_host_key \ 7 -c "/usr/bin/obmc-console-client" \ 8 -i $DROPBEAR_EXTRA_ARGS 9StandardInput=socket 10