This commit is contained in:
Alexandre
2024-04-27 18:07:50 +02:00
parent 926de588ea
commit db23a995d3
16 changed files with 430 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
#!/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