Magellan Linux

Annotation of /trunk/dropbear/dropbear.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1954 - (hide annotations) (download)
Fri Nov 16 13:40:47 2012 UTC (11 years, 5 months ago) by niro
File size: 223 byte(s)
-fix path
1 niro 1953 [Unit]
2     Description=Dropbear SSH Server Daemon
3     After=syslog.target network.target
4    
5     [Service]
6     PIDFile=/run/dropbear.pid
7 niro 1954 ExecStart=/usr/sbin/dropbear -F
8 niro 1953 ExecReload=/bin/kill -HUP $MAINPID
9    
10     [Install]
11     WantedBy=multi-user.target