]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-ignoresigpipe-yes.service
ee3aa9a2b3eeddf2de842ebb3634f9ab252af967
[thirdparty/systemd.git] / test / test-execute / exec-ignoresigpipe-yes.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for IgnoreSIGPIPE=yes
4
5 [Service]
6 ExecStart=/bin/sh -x -c 'kill -PIPE 0'
7 Type=oneshot
8 IgnoreSIGPIPE=yes