mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-04 05:04:39 +02:00
10 lines
259 B
Desktop File
10 lines
259 B
Desktop File
[Unit]
|
|
Description=SSH Per-Connection Server
|
|
Requires=dropbearkey.service
|
|
After=syslog.target dropbearkey.service
|
|
|
|
[Service]
|
|
ExecStart=-/usr/sbin/dropbear -i -r /etc/dropbear/dropbear_rsa_host_key -p 22
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
StandardInput=socket
|