mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
8 lines
185 B
Bash
Executable File
8 lines
185 B
Bash
Executable File
#!/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."
|