From 2da3d279e360bfb4ac470874d4b43b765b6596fa Mon Sep 17 00:00:00 2001 From: Nathan Straz Date: Thu, 19 Sep 2013 17:22:03 -0400 Subject: Handle stdin pipe closing on us If xiogen is flooding requests across qarsh and xdoio decides to stop, we need to handle that gracefully. Also, making the pipe non-blocking was not a good idea, xdoio gets the read error EAGAIN and stops there. --- qarshd@.service | 1 - 1 file changed, 1 deletion(-) (limited to 'qarshd@.service') diff --git a/qarshd@.service b/qarshd@.service index 875f924..408a6f5 100644 --- a/qarshd@.service +++ b/qarshd@.service @@ -5,4 +5,3 @@ Description=qarsh Per-Connection Server ExecStart=/usr/sbin/qarshd StandardInput=socket StandardError=journal -IgnoreSIGPIPE=no -- cgit