#!/bin/ksh

daemon="/usr/local/sbin/php-fpm-8.4"

. /etc/rc.d/rc.subr

pexp="php-fpm-8.4: master process .*"
rc_reload=NO

rc_cmd $1
