X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.exec.xml;h=ac0f89fb85b2482f1216ea0f7492943918387bae;hb=4b9397474f2c80957fd1cedf885061052333fb25;hp=9d074ca5ee85a364de4fee4313f1653b75121510;hpb=891703e1eef9f9850c7bd34b6d9df0e6c2c8a939;p=elogind.git diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 9d074ca5e..ac0f89fb8 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -645,14 +645,19 @@ conjunction with socket-activated services, and stream sockets (TCP) in particular. It has no effect on other - socket types (e.g. datagram/UDP) and on processes - unrelated to socket-based + socket types (e.g. datagram/UDP) and + on processes unrelated to socket-based activation. If the tcpwrap verification fails daemon start-up will fail and the connection is terminated. See tcpd8 - for details. + for details. Note that this option may + be used to do access control checks + only. Shell commands and commands + described in + hosts_options5 + are not supported. @@ -1070,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. + +