From 353e12c2f4a9e96a47eb80b80d2ffb7bc1d44a1b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 9 Feb 2012 03:18:04 +0100 Subject: service: ignore SIGPIPE by default --- units/emergency.service | 1 + 1 file changed, 1 insertion(+) (limited to 'units/emergency.service') diff --git a/units/emergency.service b/units/emergency.service index 4847f4f0c6..234bafcc88 100644 --- a/units/emergency.service +++ b/units/emergency.service @@ -24,6 +24,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. -- cgit v1.2.3-54-g00ecf