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