From 4dfc092a7176f74102b6be205f11008e1de59bb3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 Sep 2011 03:29:51 +0200 Subject: 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. --- TODO | 4 ---- 1 file changed, 4 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3-54-g00ecf