1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/php_fpm/files/php-fpm@.socket

12 lines
170 B
SYSTEMD

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