diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-17 17:14:22 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-17 17:14:22 +0200 |
| commit | c4970d51fbaf85ee2ce3a950fc75d9fffc53b62d (patch) | |
| tree | 3d16815c1b10f3616c6326153291ac0d513c5993 | |
| parent | 59ffcfb8820533e8b8ee8fa86a7d50b7e11e23ef (diff) | |
add daemon
| -rw-r--r-- | frontends/etc/login.conf.d/daemon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/etc/login.conf.d/daemon b/frontends/etc/login.conf.d/daemon new file mode 100644 index 0000000..a995fe9 --- /dev/null +++ b/frontends/etc/login.conf.d/daemon @@ -0,0 +1,4 @@ +daemon:\ + :openfiles-max=4096:\ + :openfiles-cur=4096:\ + :tc=default: |
