php: Erstelle allgemeine PHP-FPM-Konfiguration

This commit is contained in:
phil 2022-08-18 08:40:39 +02:00
parent cf112b7cc1
commit fc7c14eda5
5 changed files with 88 additions and 1 deletions

View file

@ -0,0 +1,11 @@
[Unit]
After=network-online.target
[Socket]
SocketUser=%i
SocketGroup=%i
SocketMode=0660
ListenStream=/run/php/php-fpm-%i.sock
[Install]
WantedBy=sockets.target