diff options
Diffstat (limited to 'etc/rc.d/httpd')
-rw-r--r-- | etc/rc.d/httpd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/rc.d/httpd b/etc/rc.d/httpd new file mode 100644 index 00000000000..406f46ea6fd --- /dev/null +++ b/etc/rc.d/httpd @@ -0,0 +1,11 @@ +#!/bin/sh +# +# $OpenBSD: httpd,v 1.3 2014/07/22 17:37:16 reyk Exp $ + +daemon="/usr/sbin/httpd" + +. /etc/rc.d/rc.subr + +pexp="httpd: parent.*" + +rc_cmd $1 |