]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-ignoresigpipe-yes.service
Merge pull request #11589 from yuwata/udevd-is-device-busy
[thirdparty/systemd.git] / test / test-execute / exec-ignoresigpipe-yes.service
CommitLineData
281e05b6
RC
1[Unit]
2Description=Test for IgnoreSIGPIPE=yes
3
4[Service]
cdaf5070 5ExecStart=/bin/sh -x -c 'kill -PIPE 0'
281e05b6
RC
6Type=oneshot
7IgnoreSIGPIPE=yes