Fix a variable name.

This commit is contained in:
Andrea Dell'Amico 2024-08-05 15:13:19 +02:00
parent 7a4efeb1d6
commit ecc4c0a395
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% if not tomcat_use_systemd %}
{% if not tomcat_use_systemd_unit %}
{% if limits_nofile_value is defined %}
ulimit -Hn {{ limits_nofile_value }}
ulimit -Sn {{ limits_nofile_value }}