]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - openssh/systemd/sshd.service
Merge remote-tracking branch 'ms/kernel-3.2'
[people/amarx/ipfire-3.x.git] / openssh / systemd / sshd.service
1 [Unit]
2 Description=OpenSSH server daemon
3 After=syslog.target network.target auditd.service
4
5 [Service]
6 ExecStart=/usr/sbin/sshd -D $OPTIONS
7 ExecReload=/bin/kill -HUP $MAINPID
8
9 [Install]
10 WantedBy=multi-user.target