]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-ignoresigpipe-no.service
Merge pull request #10811 from keszybz/define-main-through-macro
[thirdparty/systemd.git] / test / test-execute / exec-ignoresigpipe-no.service
CommitLineData
281e05b6
RC
1[Unit]
2Description=Test for IgnoreSIGPIPE=no
3
4[Service]
cdaf5070 5ExecStart=/bin/sh -x -c 'kill -PIPE 0'
281e05b6
RC
6Type=oneshot
7IgnoreSIGPIPE=no