diff options
Diffstat (limited to 'examples')
| -rwxr-xr-x | examples/snac_openbsd_login_conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/snac_openbsd_login_conf b/examples/snac_openbsd_login_conf new file mode 100755 index 0000000..f39b9a1 --- /dev/null +++ b/examples/snac_openbsd_login_conf | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # OpenBSD login.conf(5) entry to increase the openfiles for the snac login | ||
| 2 | # class. Further documented under "Number of open files on OpenBSD and login | ||
| 3 | # classes" in snac(8). | ||
| 4 | |||
| 5 | snac:\ | ||
| 6 | :openfiles=4096:\ | ||
| 7 | :tc=daemon: | ||