mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/bash
|
|
echo "Starting php-fpm..."
|
|
exec /usr/sbin/php-fpm83 -F >> "${LOG_APP_PHP_ERRORS}" 2>&1
|