mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -e
|
|
|
|
bashio::log.info "Starting PHP-FPM..."
|
|
|
|
exec "/usr/sbin/php-fpm${PHP_VERS:-}" --nodaemonize
|