This commit is contained in:
Alexandre
2024-05-01 16:24:10 +02:00
committed by GitHub
parent 71d6c0e24c
commit 637479c8d9
7 changed files with 0 additions and 49 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/with-contenv bash
# shellcheck shell=bash
# Correct /config permissions after startup
chown pi:pi /config
# 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