Files
hassio-addons/spotweb/rootfs/etc/services.d/phpfpm/run
2025-06-29 00:35:16 +00:00

8 lines
140 B
Plaintext
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
bashio::log.info "Starting PHP-FPM..."
exec php-fpm"$PHPVERS" --nodaemonize