mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-06 16:48:21 +00: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
|