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

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