#!/bin/sh
[ -r conf ] && . ./conf
exec php-fpm8.2 --nodaemonize ${OPTS}
