4ec44530ca
The framework is now stable and we will start documenting it (at last).
13 lines
188 B
Bash
Executable File
13 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $OpenBSD: cherokee.rc,v 1.3 2010/12/27 14:50:24 ajacoutot Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/cherokee"
|
|
daemon_flags="-d"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="${daemon}[^-]"
|
|
|
|
rc_cmd $1
|