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

8 lines
174 B
Bash

#!/bin/bash
echo "Initializing php-fpm..."
# Set up PHP-FPM directories and socket configuration
install -d -o netalertx -g netalertx /run/php/
echo "php-fpm initialized."