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