mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
8 lines
156 B
Plaintext
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
|