Download raw body.
lang/php: multiple PHP-FPM master processes
On 2026/02/17 19:40, Leo Unglaub wrote: > I have a diff around, but that involves the use of an external > program (sed). As far as i understand the packaging rules only > "install" is allowed to be used? > > Without sed (or some kind of regex) i did not get this to work, > because PHP-FPM renames the process in such a dumb way that > simply passing $daemon_args does not work. parsing with a shell 'case' conditional may be the easiest way (if it weren't for --fpm-config, shell getopts would do) > On 2/17/26 19:20, Stuart Henderson wrote: > > Depends what the diff looks like 🙂 I think it will need to handle both > > -y and --fpm-config (existing users may have either). >
lang/php: multiple PHP-FPM master processes