summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-ignoresigpipe-no.service
blob: e97248109d49124490c683ccd8ffb2af7eed792f (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=/bin/sh -x -c 'kill -PIPE 0'
Type=oneshot
IgnoreSIGPIPE=no