Magellan Linux

Annotation of /trunk/openssh/sshd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1341 - (hide annotations) (download)
Thu Jun 2 20:31:54 2011 UTC (12 years, 11 months ago) by niro
File size: 238 byte(s)
-added systemd units
1 niro 1341 [Unit]
2     Description=OpenSSH Server Daemon.
3     After=syslog.target network.target
4    
5     [Service]
6     Type=forking
7     PIDFile=/var/run/sshd.pid
8     # test ssh setup
9     ExecStartPre=/usr/sbin/sshd -t
10     ExecStart=/usr/sbin/sshd
11    
12     [Install]
13     WantedBy=multi-user.target