mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 11:11:28 +00:00
7 lines
319 B
Text
7 lines
319 B
Text
#!/usr/bin/with-contenv bash
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: Phlex
|
|
# Runs the PHP-FPM daemon
|
|
# ==============================================================================
|
|
bashio::log.info "Starting PHP-FPM..."
|
|
exec php-fpm7 --nodaemonize
|