blob: c3fcc03dc0341bce155b02c626dffc9e840ca53b [file] [log] [blame]
Jeremy Kerred9fafd2016-04-12 13:10:12 +08001[Unit]
2Description=OBMC console SSH Per-Connection Server
3Wants=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