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

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