mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 11:01:27 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
8 lines
367 B
Text
Executable file
8 lines
367 B
Text
Executable file
#!/command/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: TasmoAdmin
|
|
# Runs the PHP-FPM daemon
|
|
# ==============================================================================
|
|
bashio::log.info "Starting PHP-FPM server..."
|
|
exec php-fpm83 -R --nodaemonize
|