mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 11:59:40 +01:00
(From OE-Core rev: 7e13fc603aa86219bf15e355ca9ea9275308cca5) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
393 B
Desktop File
13 lines
393 B
Desktop File
[Unit]
|
|
Description=SSH Per-Connection Server
|
|
Wants=dropbearkey.service
|
|
After=syslog.target dropbearkey.service
|
|
|
|
[Service]
|
|
Environment="DROPBEAR_RSAKEY_DIR=/etc/dropbear"
|
|
EnvironmentFile=-/etc/default/dropbear
|
|
ExecStart=-@SBINDIR@/dropbear -i -r ${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key $DROPBEAR_EXTRA_ARGS
|
|
ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID
|
|
StandardInput=socket
|
|
KillMode=process
|