#!/bin/sh

. /var/www/html/moodle/scripts/setenv.sh

exec /var/www/html/moodle/php/sbin/.php-fpm.bin -y /var/www/html/moodle/php/etc/php-fpm.conf -p /var/www/html/moodle/php/var/ -c /var/www/html/moodle/php/etc/php.ini "$@"
