blob: a2e1068fac30fda515ac1d8d3af789b758671ab0 [file] [log] [blame]
Jeremy Kerred9fafd2016-04-12 13:10:12 +08001[Unit]
Brad Bishopf51b3a02016-08-25 22:41:39 -04002Description=Phosphor Host Console SSH Per-Connection
Jeremy Kerred9fafd2016-04-12 13:10:12 +08003Wants=obmc-console.service
4
5[Service]
6Environment="DROPBEAR_RSAKEY_DIR=/etc/dropbear"
Brad Bishopc2e93ce2016-08-25 22:36:30 -04007EnvironmentFile={envfiledir}/dropbear
8ExecStart=-{sbindir}/dropbear -i -r ${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key -c {bindir}/obmc-console-client $DROPBEAR_EXTRA_ARGS
9ExecReload={base_bindir}/kill -HUP $MAINPID
Jeremy Kerred9fafd2016-04-12 13:10:12 +080010StandardInput=socket
11KillMode=process