Magellan Linux

Contents of /trunk/dropbear/dropbear.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1954 - (show 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 [Unit]
2 Description=Dropbear SSH Server Daemon
3 After=syslog.target network.target
4
5 [Service]
6 PIDFile=/run/dropbear.pid
7 ExecStart=/usr/sbin/dropbear -F
8 ExecReload=/bin/kill -HUP $MAINPID
9
10 [Install]
11 WantedBy=multi-user.target