This commit is contained in:
Alexandre
2024-04-26 18:11:19 +02:00
parent e8f7dd4feb
commit e891245aaf
94 changed files with 358 additions and 616 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