Magellan Linux

Contents of /trunk/dropbear/dropbear-keygen-rsa.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2129 - (show annotations) (download)
Wed Mar 20 08:52:06 2013 UTC (11 years, 1 month ago) by niro
File size: 307 byte(s)
-fixed filename typo
1 [Unit]
2 Description=Dropbear RSA Keygeneration.
3 After=syslog.target
4 Before=dropbear.service
5 ConditionPathExists=!/etc/dropbear/dropbear_rsa_host_key
6
7 [Service]
8 Type=oneshot
9 ExecStart=/usr/bin/dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
10 RemainAfterExit=yes
11
12 [Install]
13 WantedBy=multi-user.target