ansible-roles/jetty/templates/jetty-limits.conf.j2

5 lines
192 B
Django/Jinja

{{ jetty_user }} soft nofile {{ jetty_open_files }}
{{ jetty_user }} hard nofile {{ jetty_open_files }}
root soft nofile {{ jetty_open_files }}
root hard nofile {{ jetty_open_files }}