ansible-role-kojid/templates/00-limit.conf.js

8 lines
216 B
JavaScript
Raw Normal View History

2023-05-02 04:50:13 +00:00
#<domain> <type> <item> <value>
{% if kojid_ulimits_conf %}
kojibuilder soft nofile {{ kojid_ulimits_nofiles }}
kojibuilder hard nofile {{ kojid_ulimits_nofiles }}
{% else %}
* - nofile 4096
{% endif %}