Dropped PHP7.1 support and install composer

This commit is contained in:
Daniel Winzen
2018-11-24 10:38:59 +01:00
parent 910381fee2
commit 9de11a9722
6 changed files with 3 additions and 66 deletions

View File

@ -1,17 +0,0 @@
# This service is actually a systemd target,
# but we are using a service since targets cannot be reloaded.
[Unit]
Description=The PHP 7.1 FastCGI Process Manager (multi instance master)
Documentation=man:php-fpm7.1(8)
After=network.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/true
ExecReload=/bin/true
[Install]
WantedBy=multi-user.target

View File

@ -1,17 +0,0 @@
[Unit]
Description=The PHP 7.1 FastCGI Process Manager (instance %i)
Documentation=man:php-fpm7.1(8)
After=network.target
PartOf=php7.1-fpm.service
ReloadPropagatedFrom=php7.1-fpm.service
[Service]
Type=notify
PIDFile=/run/php/php7.1-fpm-%i.pid
ExecStart=/usr/sbin/php-fpm7.1 --nodaemonize --fpm-config /etc/php/7.1/fpm/php-fpm-%i.conf
ExecReload=/bin/kill -USR2 $MAINPID
LimitNOFILE=100000
TimeoutStartSec=300
[Install]
WantedBy=multi-user.target

View File

@ -1,17 +0,0 @@
[Unit]
Description=The PHP 7.1 FastCGI Process Manager
Documentation=man:php-fpm7.1(8)
After=network.target
PartOf=php7.1-fpm.service
ReloadPropagatedFrom=php7.1-fpm.service
[Service]
Type=notify
PIDFile=/run/php/php7.1-fpm.pid
ExecStart=/usr/sbin/php-fpm7.1 --nodaemonize --fpm-config /etc/php/7.1/fpm/php-fpm.conf
ExecReload=/bin/kill -USR2 $MAINPID
LimitNOFILE=100000
TimeoutStartSec=300
[Install]
WantedBy=multi-user.target