restored upstream php:7.2. For legacy systems.

This commit is contained in:
Micha Glave
2021-04-27 10:38:25 +02:00
parent a791e75a1f
commit dfdd3c3edd
10 changed files with 1673 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[Unit]
Description=The PHP FastCGI Process Manager
After=network.target
[Service]
Type=simple
PIDFile=/run/php-fpm/php-fpm-%I.pid
ExecStart=/usr/libexec/php-fpm-launcher php%I -y /etc/php/fpm-php%I/php-fpm.conf --nodaemonize
ExecReload=/bin/kill -USR2 $MAINPID
PrivateTmp=true
[Install]
WantedBy=multi-user.target