Files
hassio-addons/birdnet-pi/rootfs/custom-services.d/00_php_pfm
Alexandre db23a995d3 update
2024-04-27 18:07:50 +02:00

9 lines
201 B
Plaintext

#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# Waiting for dbus
until [[ -e /var/run/dbus/system_bus_socket ]]; do
sleep 1s
done
echo "Starting service: php pfm"
exec /usr/sbin/php-fpm* -F