mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-07 14:44:41 +02:00
11 lines
243 B
Desktop File
11 lines
243 B
Desktop File
[Unit]
|
|
Description=SSH Key Generation
|
|
ConditionPathExists=|!/etc/dropbear/dropbear_rsa_host_key
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|