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

@ -41,9 +41,15 @@ SystemCallErrorNumber=EPERM
SystemCallFilter=@system-service
# Resources
{% if php_fpm_cpu_quota is defined %}
CPUQuota={{ php_fpm_cpu_quota }}
{% endif %}
{% if php_fpm_memory_high is defined %}
MemoryHigh={{ php_fpm_memory_high }}
{% endif %}
{% if php_fpm_memory_max is defined %}
MemoryMax={{ php_fpm_memory_max }}
{% endif %}
[Install]
WantedBy=multi-user.target