diff options
Diffstat (limited to 'etc/rc.d/sshd')
-rw-r--r-- | etc/rc.d/sshd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/rc.d/sshd b/etc/rc.d/sshd new file mode 100644 index 00000000000..46aef9085b0 --- /dev/null +++ b/etc/rc.d/sshd @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $OpenBSD: sshd,v 1.1 2011/07/06 18:55:36 robert Exp $ + +daemon="/usr/sbin/sshd" + +. /etc/rc.d/rc.subr + +rc_cmd $1 |