]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-ignoresigpipe-yes.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / test-execute / exec-ignoresigpipe-yes.service
CommitLineData
22d3cfe5 1# SPDX-License-Identifier: LGPL-2.1-or-later
281e05b6
RC
2[Unit]
3Description=Test for IgnoreSIGPIPE=yes
4
5[Service]
cdaf5070 6ExecStart=/bin/sh -x -c 'kill -PIPE 0'
281e05b6
RC
7Type=oneshot
8IgnoreSIGPIPE=yes