Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1953 - (hide annotations) (download)
Fri Nov 16 13:31:11 2012 UTC (11 years, 5 months ago) by niro
File size: 307 byte(s)
-systemd service files
1 niro 1953 [Unit]
2     Description=Dropbear DSS Keygeneration.
3     After=syslog.target
4     Before=dropbear.service
5     ConditionPathExists=!/etc/dropbear/dropbear_host_dss_key
6    
7     [Service]
8     Type=oneshot
9     ExecStart=/usr/bin/dropbearkey -t dss -f /etc/dropbear/dropbear_host_dss_key
10     RemainAfterExit=yes
11    
12     [Install]
13     WantedBy=multi-user.target