Fix a variable name.
This commit is contained in:
parent
7a4efeb1d6
commit
ecc4c0a395
|
@ -1,4 +1,4 @@
|
||||||
{% if not tomcat_use_systemd %}
|
{% if not tomcat_use_systemd_unit %}
|
||||||
{% if limits_nofile_value is defined %}
|
{% if limits_nofile_value is defined %}
|
||||||
ulimit -Hn {{ limits_nofile_value }}
|
ulimit -Hn {{ limits_nofile_value }}
|
||||||
ulimit -Sn {{ limits_nofile_value }}
|
ulimit -Sn {{ limits_nofile_value }}
|
||||||
|
|
Loading…
Reference in New Issue