blob: 74d5a7a32fab95eeb29670ed04d9e985362ea1de [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"
7EnvironmentFile=-/etc/default/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
10StandardInput=socket
11KillMode=process