summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-ignoresigpipe-yes.service
blob: a26f53c413e61db57d0a8be66b4af17c30f99e5f (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for IgnoreSIGPIPE=yes

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