9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
#!/command/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: phpMyAdmin
|
|
# Runs the PHP-FPM daemon
|
|
# ==============================================================================
|
|
bashio::log.info "Starting PHP-FPM..."
|
|
|
|
exec php-fpm81 --nodaemonize
|