Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2362 - (show annotations) (download)
Thu Jan 2 10:18:28 2014 UTC (10 years, 2 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 [Unit]
2 Description=Dropbear DSS Keygeneration.
3 After=syslog.target
4 Before=dropbear.service
5 ConditionPathExists=!/etc/dropbear/dropbear_dss_host_key
6
7 [Service]
8 Type=oneshot
9 ExecStart=/usr/bin/dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key
10 RemainAfterExit=yes