1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/php7_fpm/files/php-fpm7@.socket
Jelle van der Waa 230cc79a89
Migrate bugtracker to php7 package
As flyspray does not support PHP 8 as of yet, transition to the php7
package by simply introducing a new php7_fpm role.
2021-02-14 12:44:00 +01:00

12 lines
170 B
SYSTEMD

[Unit]
Description=PHP-FPM socket for %i
[Socket]
ListenStream=/run/php-fpm7/%i.socket
SocketMode=0660
SocketUser=%i
SocketGroup=http
[Install]
WantedBy=sockets.target