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

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