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 --- man/systemd.exec.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'man/systemd.exec.xml') diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 8c363a0699..ac0f89fb85 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -1075,6 +1075,17 @@ this service. + + IgnoreSIGPIPE= + + Takes a boolean + argument. If true causes SIGPIPE to be + ignored in the executed + process. Defaults to true, since + SIGPIPE generally is useful only in + shell pipelines. + + -- cgit v1.2.3-54-g00ecf