13 lines
183 B
Bash
Executable File
13 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $OpenBSD: cherokee.rc,v 1.5 2012/12/12 02:17:40 brad Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/cherokee"
|
|
daemon_flags="-d"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="${daemon}[^-]"
|
|
|
|
rc_cmd $1
|