Magellan Linux

Contents of /trunk/openssh/sshd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1763 - (show annotations) (download)
Thu May 3 08:32:30 2012 UTC (12 years ago) by niro
File size: 263 byte(s)
-do not fork
1 [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 ExecStart=/usr/sbin/sshd -D
10 ExecReload=/bin/kill -HUP $MAINPID
11
12 [Install]
13 WantedBy=multi-user.target