summaryrefslogtreecommitdiff
path: root/security/openssh/files/sshd.sh
blob: 78e7ec1886190bfcd5ed584560f5300f17146004 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
# Secure Shell daemon startup script
# $FreeBSD$

if [ -x __PREFIX__/sbin/sshd ]; then
	__PREFIX__/sbin/sshd && echo -n ' sshd'
fi