mirror of
https://github.com/rocky-linux/ansible-role-kojid.git
synced 2024-11-15 01:31:24 +00:00
8 lines
216 B
JavaScript
8 lines
216 B
JavaScript
#<domain> <type> <item> <value>
|
|
{% if kojid_ulimits_conf %}
|
|
kojibuilder soft nofile {{ kojid_ulimits_nofiles }}
|
|
kojibuilder hard nofile {{ kojid_ulimits_nofiles }}
|
|
{% else %}
|
|
* - nofile 4096
|
|
{% endif %}
|