mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 10:51:01 +01:00
7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
|
|
bashio::log.info "Starting PHP-FPM..."
|
|
|
|
#/usr/sbin/php-fpm8 -F
|
|
exec php-fpm8 --nodaemonize |