Systemd/test/test-execute/exec-ignoresigpipe-yes.service

8 lines
127 B
Desktop File

[Unit]
Description=Test for IgnoreSIGPIPE=yes
[Service]
ExecStart=/bin/sh -x -c 'kill -PIPE 0'
Type=oneshot
IgnoreSIGPIPE=yes