summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2013-09-23 16:22:48 -0500
committerNathan Straz <nstraz@redhat.com>2013-09-23 16:22:48 -0500
commit49ef7d04e217579b2b0f9be70396cc4230523476 (patch)
treee82c118b4c6d91277f4accea28241a780192c9f7
parent487097915aed9307f110038ba04923d9544f2bb5 (diff)
downloadqarsh-49ef7d04e217579b2b0f9be70396cc4230523476.tar.gz
qarsh-49ef7d04e217579b2b0f9be70396cc4230523476.tar.xz
qarsh-49ef7d04e217579b2b0f9be70396cc4230523476.zip
Don't let systemd block SIGPIPE on us
We do ignore SIGPIPE inside qarshd so we can handle the error and continue. We do want commands we run to receive SIGPIPE by default so they may die if they don't handle SIGPIPE.
-rw-r--r--qarshd@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/qarshd@.service b/qarshd@.service
index 408a6f5..875f924 100644
--- a/qarshd@.service
+++ b/qarshd@.service
@@ -5,3 +5,4 @@ Description=qarsh Per-Connection Server
ExecStart=/usr/sbin/qarshd
StandardInput=socket
StandardError=journal
+IgnoreSIGPIPE=no