2026 modernization
- use absolute base image names - add Trixie support - user debian/eol for Buster
This commit is contained in:
parent
d4ec5f329a
commit
2068ddab18
14 changed files with 164 additions and 7 deletions
12
trixie_php8/start-fpm.sh
Executable file
12
trixie_php8/start-fpm.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/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.4/fpm/pool.d/${FPM_USER}.conf"
|
||||
|
||||
/etc/init.d/nslcd start
|
||||
/etc/init.d/nullmailer start
|
||||
mkdir -p /run/php
|
||||
/usr/sbin/php-fpm8.4 --nodaemonize
|
||||
Loading…
Add table
Add a link
Reference in a new issue