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