]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
service: if StandardInput=socket and StandardOutput=inherit imply socket for output...
authorLennart Poettering <lennart@poettering.net>
Thu, 22 Sep 2011 01:29:51 +0000 (03:29 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 22 Sep 2011 01:29:51 +0000 (03:29 +0200)
commit4dfc092a7176f74102b6be205f11008e1de59bb3
treeb8520ee35e64af011e9399df0111b5e16e6683ff
parenta65f4aeb630a6aee67eee67ac0f6301b52fd904b
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
src/service.c