forked from ISTI-ansible-roles/ansible-roles
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
|
{{ 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 }}
|