summaryrefslogtreecommitdiff
path: root/units/console-shell.service.m4
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-02-09 03:18:04 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-09 03:18:04 +0100
commit353e12c2f4a9e96a47eb80b80d2ffb7bc1d44a1b (patch)
tree0bd79a2c40d8d60892666affbbb89690f29c672e /units/console-shell.service.m4
parent12ac304714996c3c3308d014b301d0d42d16c117 (diff)
service: ignore SIGPIPE by defaultsystemd/v41
Diffstat (limited to 'units/console-shell.service.m4')
-rw-r--r--units/console-shell.service.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/units/console-shell.service.m4 b/units/console-shell.service.m4
index 02adc8403b..fef9e1b176 100644
--- a/units/console-shell.service.m4
+++ b/units/console-shell.service.m4
@@ -37,6 +37,7 @@ StandardInput=tty-force
StandardOutput=inherit
StandardError=inherit
KillMode=process
+IgnoreSIGPIPE=no
# Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash
# terminates cleanly.