Do not limit service by default

This commit is contained in:
phil 2023-11-01 08:08:21 +01:00
parent 90de9d5861
commit 6c6227919d
6 changed files with 8 additions and 6 deletions

View file

@ -0,0 +1,13 @@
# {{ ansible_managed }}
[Unit]
After=network-online.target
[Socket]
SocketUser={{ php_fpm_socket_user | default('%i') }}
SocketGroup={{ php_fpm_socket_group | default('%i') }}
SocketMode=0660
ListenStream=/run/php/php-fpm-%i.sock
[Install]
WantedBy=sockets.target