Files
hassio-addons/spotweb/rootfs/etc/services.d/phpfpm/run
2023-01-08 09:38:08 +01:00

8 lines
156 B
Plaintext

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