From 361fdaaa11226554854cb292fe0ed6b372898320 Mon Sep 17 00:00:00 2001 From: Alvar Penning Date: Tue, 17 Feb 2026 23:03:23 +0100 Subject: OpenBSD: Document login class w/ extended openfiles A file heavy applications makes heavy use of files. Shocking news. OpenBSD's daemon login class limits the amount of openfiles quite strict. This restriction is an annoyance for lots of applications, and, unless I am mistaken, seems to be an issue for snac as well. Thus, after hopefully fixing this on my instance, I tried to briefly document this in snac(8) and provide a minimal login.conf(5) example. --- examples/snac_openbsd_login_conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 examples/snac_openbsd_login_conf (limited to 'examples') 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 @@ +# OpenBSD login.conf(5) entry to increase the openfiles for the snac login +# class. Further documented under "Number of open files on OpenBSD and login +# classes" in snac(8). + +snac:\ + :openfiles=4096:\ + :tc=daemon: -- cgit v1.2.3