aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/meta-oe/recipes-core/dropbear/dropbear/dropbearkey.service
blob: 7f03000ebc9b2574a64f5e90105ea876c8d278a2 (plain)
1
2
3
4
5
6
7
8
9
10
[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