Files
NetAlertX/install/production-filesystem/build/init-php-fpm.sh
2025-09-30 01:55:26 +00:00

8 lines
185 B
Bash

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