This commit is contained in:
Alexandre
2024-04-27 17:17:24 +02:00
parent 59378169de
commit ab59864f1e
84 changed files with 101 additions and 178 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