Magellan Linux

Diff of /trunk/openssh/sshd.service

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

revision 1763 by niro, Thu May 3 08:32:30 2012 UTC revision 2683 by niro, Mon Aug 17 10:02:45 2015 UTC
# Line 1  Line 1 
1  [Unit]  [Unit]
2  Description=OpenSSH Server Daemon.  Description=OpenSSH Server Daemon.
3  After=syslog.target network.target  Wants=ssh-keygen.service
4    After=syslog.target network.target ssh-keygen.service
5    
6  [Service]  [Service]
7  PIDFile=/var/run/sshd.pid  PIDFile=/var/run/sshd.pid
# Line 8  PIDFile=/var/run/sshd.pid Line 9  PIDFile=/var/run/sshd.pid
9  ExecStartPre=/usr/sbin/sshd -t  ExecStartPre=/usr/sbin/sshd -t
10  ExecStart=/usr/sbin/sshd -D  ExecStart=/usr/sbin/sshd -D
11  ExecReload=/bin/kill -HUP $MAINPID  ExecReload=/bin/kill -HUP $MAINPID
12    KillMode=process
13    Restart=always
14    
15  [Install]  [Install]
16  WantedBy=multi-user.target  WantedBy=multi-user.target

Legend:
Removed from v.1763  
changed lines
  Added in v.2683