I just installed xinetd so that one of my binaries runs as a service. However, it seems to me that both stdout and stderr are redirected to the socket stream.
Is it possible to disable stderr? I try in the xinetd installation server field: server = binary 2>/dev/null but it does not work
thanks
source share