Switch to PHP 8.2 in Bookworm
This commit is contained in:
parent
5e0a04585a
commit
b56b02ab1e
6 changed files with 23 additions and 23 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/8.1/fpm/pool.d/${FPM_USER}.conf"
|
||||
> "/etc/php/8.2/fpm/pool.d/${FPM_USER}.conf"
|
||||
|
||||
/etc/init.d/nullmailer start
|
||||
mkdir -p /run/php
|
||||
/usr/sbin/php-fpm8.1 --nodaemonize
|
||||
/usr/sbin/php-fpm8.2 --nodaemonize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue