Files
NetAlertX/install/production-filesystem/services/start-php-fpm.sh
2025-09-28 17:10:15 -04:00

4 lines
125 B
Bash
Executable File

#!/bin/bash
echo "Starting php-fpm..."
exec /usr/sbin/php-fpm83 -y ${PHP_FPM_CONFIG_FILE} -F >> "${LOG_APP_PHP_ERRORS}" 2>&1