mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-30 23:03:03 -07: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."
|