Fix restart configuration

This commit is contained in:
phil 2023-11-24 17:39:00 +01:00
parent 872179cbcd
commit a33c13eb04

View file

@ -9,6 +9,8 @@ Description=The PHP FastCGI Process Manager for %I
Documentation=man:php-fpm{{ php_version.stdout }}(8)
After=network.target
Requires=php-fpm@%i.socket
StartLimitInterval=10
StartLimitBurst=10
[Service]
User={{ php_fpm_user | default('%i') }}
@ -23,8 +25,6 @@ ExecReload=/bin/kill -USR2 $MAINPID
KillMode=process
Restart=on-failure
RestartSec=30s
StartLimitInterval=10
StartLimitBurst=10
# Hardening
# https://github.com/php/php-src/blob/master/sapi/fpm/php-fpm.service.in