summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/console/obmc-console/obmc-console-ssh@.service
blob: c3fcc03dc0341bce155b02c626dffc9e840ca53b (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=OBMC console SSH Per-Connection Server
Wants=obmc-console.service

[Service]
Environment="DROPBEAR_RSAKEY_DIR=/etc/dropbear"
EnvironmentFile={envfiledir}/dropbear
ExecStart=-{sbindir}/dropbear -i -r ${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key -c {bindir}/obmc-console-client $DROPBEAR_EXTRA_ARGS
ExecReload={base_bindir}/kill -HUP $MAINPID
StandardInput=socket
KillMode=process
OpenPOWER on IntegriCloud