Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2362 - (hide annotations) (download)
Thu Jan 2 10:18:28 2014 UTC (10 years, 4 months ago) by niro
File size: 269 byte(s)
-let dropbear.service start all required dependencies automatically and changed keygen services to be static services
1 niro 1953 [Unit]
2     Description=Dropbear RSA Keygeneration.
3     After=syslog.target
4     Before=dropbear.service
5 niro 2129 ConditionPathExists=!/etc/dropbear/dropbear_rsa_host_key
6 niro 1953
7     [Service]
8     Type=oneshot
9 niro 2129 ExecStart=/usr/bin/dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
10 niro 1953 RemainAfterExit=yes