diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-09-22 03:29:51 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-09-22 03:29:51 +0200 |
commit | 4dfc092a7176f74102b6be205f11008e1de59bb3 (patch) | |
tree | b8520ee35e64af011e9399df0111b5e16e6683ff /TODO | |
parent | a65f4aeb630a6aee67eee67ac0f6301b52fd904b (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-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |