Magellan Linux

Contents of /trunk/dropbear/dropbear.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1953 - (show annotations) (download)
Fri Nov 16 13:31:11 2012 UTC (11 years, 5 months ago) by niro
File size: 222 byte(s)
-systemd service files
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/bin/dropbear -F
8 ExecReload=/bin/kill -HUP $MAINPID
9
10 [Install]
11 WantedBy=multi-user.target