summaryrefslogtreecommitdiffstats
path: root/qarshd@.service
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2013-09-19 17:22:03 -0400
committerNathan Straz <nstraz@redhat.com>2013-09-19 17:22:03 -0400
commit2da3d279e360bfb4ac470874d4b43b765b6596fa (patch)
treeb712cb32baf01eddfa4bba8c3a090817aa6c38eb /qarshd@.service
parentfe8b924760c9ad8b81100a195f29b9c0eff54736 (diff)
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.
Diffstat (limited to 'qarshd@.service')
-rw-r--r--qarshd@.service1
1 files changed, 0 insertions, 1 deletions
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