Add bullseye build

This commit is contained in:
Jan Dittberner 2020-02-08 22:13:52 +01:00
parent fc6c79328d
commit 0db14669f8
9 changed files with 442 additions and 1 deletions

11
bullseye_php7/start-fpm.sh Executable file
View file

@ -0,0 +1,11 @@
#!/bin/sh
set -e
sed "s/@user@/${FPM_USER}/g; s/@variant@/${FPM_VARIANT}/g" \
< /usr/local/etc/fpm-pool.conf.tmpl \
> "/etc/php/7.3/fpm/pool.d/${FPM_USER}.conf"
/etc/init.d/nullmailer start
mkdir -p /run/php
/usr/sbin/php-fpm7.3 --nodaemonize