Magellan Linux

Annotation of /trunk/openssh/sshd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1763 - (hide annotations) (download)
Thu May 3 08:32:30 2012 UTC (12 years ago) by niro
File size: 263 byte(s)
-do not fork
1 niro 1341 [Unit]
2     Description=OpenSSH Server Daemon.
3     After=syslog.target network.target
4    
5     [Service]
6     PIDFile=/var/run/sshd.pid
7     # test ssh setup
8     ExecStartPre=/usr/sbin/sshd -t
9 niro 1763 ExecStart=/usr/sbin/sshd -D
10     ExecReload=/bin/kill -HUP $MAINPID
11 niro 1341
12     [Install]
13     WantedBy=multi-user.target