Use PHP 7.4 for bullseye
This commit is contained in:
parent
e8cf9df18b
commit
39ba0e660a
5 changed files with 20 additions and 18 deletions
|
|
@ -4,8 +4,8 @@ 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/php/7.4/fpm/pool.d/${FPM_USER}.conf"
|
||||
|
||||
/etc/init.d/nullmailer start
|
||||
mkdir -p /run/php
|
||||
/usr/sbin/php-fpm7.3 --nodaemonize
|
||||
/usr/sbin/php-fpm7.4 --nodaemonize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue