daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
14 lines
272 B
Bash
Executable File
14 lines
272 B
Bash
Executable File
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: fcgi_cgi.rc,v 1.3 2018/01/11 19:27:11 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/spawn-fcgi"
|
|
daemon_flags="-a 127.0.0.1 -p 9001 -u www -U www -- ${TRUEPREFIX}/bin/fcgi-cgi"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="${TRUEPREFIX}/bin/fcgi-cgi"
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|