Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1953 by niro, Fri Nov 16 13:31:11 2012 UTC revision 2362 by niro, Thu Jan 2 10:18:28 2014 UTC
# Line 2  Line 2 
2  Description=Dropbear RSA Keygeneration.  Description=Dropbear RSA Keygeneration.
3  After=syslog.target  After=syslog.target
4  Before=dropbear.service  Before=dropbear.service
5  ConditionPathExists=!/etc/dropbear/dropbear_host_rsa_key  ConditionPathExists=!/etc/dropbear/dropbear_rsa_host_key
6    
7  [Service]  [Service]
8  Type=oneshot  Type=oneshot
9  ExecStart=/usr/bin/dropbearkey -t rsa -f /etc/dropbear/dropbear_host_rsa_key  ExecStart=/usr/bin/dropbearkey -t rsa -f /etc/dropbear/dropbear_rsa_host_key
10  RemainAfterExit=yes  RemainAfterExit=yes
   
 [Install]  
 WantedBy=multi-user.target  

Legend:
Removed from v.1953  
changed lines
  Added in v.2362