Magellan Linux

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

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

revision 2128 by niro, Fri Nov 16 13:31:11 2012 UTC revision 2129 by niro, Wed Mar 20 08:52:06 2013 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
11    
12  [Install]  [Install]

Legend:
Removed from v.2128  
changed lines
  Added in v.2129