Add support for Debian Bookworm/PHP 8
This commit is contained in:
parent
5cf034d07c
commit
5e0a04585a
9 changed files with 450 additions and 1 deletions
11
bookworm_php8/start-fpm.sh
Executable file
11
bookworm_php8/start-fpm.sh
Executable 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/8.1/fpm/pool.d/${FPM_USER}.conf"
|
||||
|
||||
/etc/init.d/nullmailer start
|
||||
mkdir -p /run/php
|
||||
/usr/sbin/php-fpm8.1 --nodaemonize
|
||||
Loading…
Add table
Add a link
Reference in a new issue