10 lines
140 B
Bash
Executable file
10 lines
140 B
Bash
Executable file
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/sbin/php-fpm-${PV}"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="php-fpm-${PV}: master process .*"
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|