Files
hassio-addons/spotweb/rootfs/etc/services.d/phpfpm/run
2024-10-27 22:55:52 +01:00

9 lines
179 B
Plaintext

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