Files

16 lines
345 B
Bash
Raw Permalink Normal View History

#!/bin/ksh
2014-08-26 18:38:49 +00:00
daemon="${LOCALBASE}/bin/spawn-fcgi"
# chroot version
daemon_flags="-c /var/www -s run/mapcache.sock -u www -- /cgi-bin/mapcache"
# non-chroot version
# daemon_flags="-s /var/www/run/mapcache.sock -u www -- /var/www/cgi-bin/mapcache"
daemon_class=mapcache
. /etc/rc.d/rc.subr
# chroot version
2015-07-15 23:56:36 +00:00
pexp=".*/cgi-bin/mapcache"
2014-08-26 18:38:49 +00:00
rc_cmd $1