summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2013-05-21 09:37:31 -0500
committerNathan Straz <nstraz@redhat.com>2013-05-21 09:37:31 -0500
commitcf328ce6c717e5834e6ac36270e2e941d75d47a4 (patch)
treef52f5ea472ddb0ac69fe336f38482251a141d786
parentb6341165f2eaebbf0e07168e1e52010795827239 (diff)
downloadqarsh-cf328ce6c717e5834e6ac36270e2e941d75d47a4.tar.gz
qarsh-cf328ce6c717e5834e6ac36270e2e941d75d47a4.tar.xz
qarsh-cf328ce6c717e5834e6ac36270e2e941d75d47a4.zip
Keep SIGPIPE working as expected
It turns out the systemd maintainers thought it would be good to ignore SIGPIPE by default. I don't agree.
-rw-r--r--qarshd@.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/qarshd@.service b/qarshd@.service
index 3a5417d..29fc4bd 100644
--- a/qarshd@.service
+++ b/qarshd@.service
@@ -4,3 +4,4 @@ Description=qarsh Per-Connection Server
[Service]
ExecStart=/usr/sbin/qarshd
StandardInput=socket
+IgnoreSIGPIPE=no