Add PHP-8.0 and remove xmlrpc extension + PHP-7.2

This commit is contained in:
Daniel Winzen
2020-10-13 10:21:21 +02:00
parent 67cea03e28
commit 6f98c1b08b
5 changed files with 32 additions and 87 deletions

View File

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