Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2129 - (hide 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 niro 1953 [Unit]
2     Description=Dropbear DSS Keygeneration.
3     After=syslog.target
4     Before=dropbear.service
5 niro 2129 ConditionPathExists=!/etc/dropbear/dropbear_dss_host_key
6 niro 1953
7     [Service]
8     Type=oneshot
9 niro 2129 ExecStart=/usr/bin/dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key
10 niro 1953 RemainAfterExit=yes
11    
12     [Install]
13     WantedBy=multi-user.target