Magellan Linux

Diff of /trunk/dropbear/dropbear.service

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1953 by niro, Fri Nov 16 13:31:11 2012 UTC revision 2362 by niro, Thu Jan 2 10:18:28 2014 UTC
# Line 1  Line 1 
1  [Unit]  [Unit]
2  Description=Dropbear SSH Server Daemon  Description=Dropbear SSH Server Daemon
3  After=syslog.target network.target  Wants=dropbear-keygen-dss.service dropbear-keygen-rsa.service dropbear-keygen-ecdsa.service
4    After=syslog.target network.target dropbear-keygen-dss.service dropbear-keygen-rsa.service dropbear-keygen-ecdsa.service
5    
6  [Service]  [Service]
7  PIDFile=/run/dropbear.pid  PIDFile=/run/dropbear.pid
8  ExecStart=/usr/bin/dropbear -F  ExecStart=/usr/sbin/dropbear -F
9  ExecReload=/bin/kill -HUP $MAINPID  ExecReload=/bin/kill -HUP $MAINPID
10    KillMode=process
11    Restart=always
12    
13  [Install]  [Install]
14  WantedBy=multi-user.target  WantedBy=multi-user.target

Legend:
Removed from v.1953  
changed lines
  Added in v.2362