This repository has been archived on 2024-12-12. You can view files and clone it, but cannot push or open issues or pull requests.
php-fpm/scripts/php-fpm-init-rootless

5 lines
184 B
Bash

#!/bin/sh
echo "--------------------"
echo "Starting PHP FPM ${PHP_VERSION}"
echo "--------------------"
$PHP_FPM_BIN -F -O -c /etc/php/${PHP_VERSION}/cli -y /etc/php/fpm/php-fpm.conf