mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
12 lines
170 B
SYSTEMD
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
|