summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-ignoresigpipe-no.service
blob: 73addf5f05500bb0b6ed546bfe60d99fdb6e5ee7 (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test for IgnoreSIGPIPE=no

[Service]
ExecStart=/bin/sh -x -c 'kill -PIPE 0'
Type=oneshot
IgnoreSIGPIPE=no