#!/bin/ksh

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

. /etc/rc.d/rc.subr

pexp="php-fpm-8.5: master process .*"
rc_reload_signal=USR2

rc_cmd $1
