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

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