mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 19:01:02 +01:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
|
|
bashio::log.info "Starting PHP-FPM..."
|
|
|
|
#/usr/sbin/php-fpm8 -F
|
|
exec php-fpm8 --nodaemonize |