diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-10-11 04:43:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-10-11 04:43:29 +0200 |
commit | f84aea434f2b014716ce9067f0af4db24a91a7c4 (patch) | |
tree | a9712801cbf5adf98e6f4d9510ef1ddd231a3653 /TODO | |
parent | 688c56ff7d124124007761f917a2950364509043 (diff) |
units: increase LimitNOFILE a bit
since we need one fd per session (for logind) and one fd per service
(for stdout-syslog-bridge) increase the default rlimit a bit.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -26,8 +26,6 @@ Features: * default to actual 32bit PIDs, via /proc/sys/kernel/pid_max -* increase RLIMIT_NOFILE for logind, logger by default - * add an option to make mounts private/shareable and so on, enable this for root by default * internal restart counter for units (focus on auto-respawn) |