diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-10-16 22:14:32 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-10-16 22:14:32 -0400 |
commit | eacb22c21b31bba5d0387982c6b0b4faa452cb5e (patch) | |
tree | 47e340a35b2f342b49e3e96dbc1963099e0f7938 | |
parent | 84faaa1f751e4949234afd0fa949ea4f7ffb231e (diff) | |
parent | 63b20d5c0fa61e3aa8235de269161d0ee877ebcc (diff) |
Merge pull request #1508 from msekletar/update-TODO-NPROC
update TODO
-rw-r--r-- | TODO | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -176,14 +176,12 @@ Features: * networkd/udev: implement SR_IOV configuration in .link files: http://lists.freedesktop.org/archives/systemd-devel/2015-January/027451.html -* When RLIMIT_NPROC is set from a unit file it currently always is set - for root, not for the user set in User=, which makes it - useless. After fixing this, set RLIMIT_NPROC for - systemd-journal-xyz, and all other of our services that run under - their own user ids, and use User= (but only in a world where userns - is ubiquitous since otherwise we cannot invoke those daemons on the - host AND in a container anymore). Also, if LimitNPROC= is used - without User= we should warn and refuse operation. +* Set RLIMIT_NPROC for systemd-journal-xyz, and all other of our + services that run under their own user ids, and use User= (but only + in a world where userns is ubiquitous since otherwise we cannot + invoke those daemons on the host AND in a container anymore). Also, + if LimitNPROC= is used without User= we should warn and refuse + operation. * logind: maybe allow configuration of the StopTimeout for session scopes |