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

8 lines
147 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