Files
hassio-addons/spotweb/rootfs/etc/services.d/phpfpm/run
2023-10-03 20:02:29 +02:00

9 lines
163 B
Plaintext

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