summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-09-22 03:29:51 +0200
committerLennart Poettering <lennart@poettering.net>2011-09-22 03:29:51 +0200
commit4dfc092a7176f74102b6be205f11008e1de59bb3 (patch)
treeb8520ee35e64af011e9399df0111b5e16e6683ff /TODO
parenta65f4aeb630a6aee67eee67ac0f6301b52fd904b (diff)
service: if StandardInput=socket and StandardOutput=inherit imply socket for output, don't imply default output
This is useful for inetd-style per-connection services, so that they again can simply specify StandardOutput=socket to connect all three fds to the socket.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 2f6358c5af..d05e3e055c 100644
--- a/TODO
+++ b/TODO
@@ -21,8 +21,6 @@ Features:
* https://bugzilla.redhat.com/show_bug.cgi?id=727068
-* for socket units don't inherit global stdout setting.
-
* internal restart counter for units (focus on auto-respawn)
* finer-grained auto-respawn settings (rate-limit)
@@ -102,8 +100,6 @@ Features:
* GC unreferenced jobs (such as .device jobs)
-* avoid DefaultStandardOutput=syslog to have any effect on StandardInput=socket services
-
* cgroup_notify_empty(): recursively check groups up the tree, too
* when failing to start a service due to ratelimiting, try again later, if restart=always is set