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

8 lines
145 B
Plaintext

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