]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/exec-ignoresigpipe-no.service
Merge pull request #1374 from olof/autoconf_gcrypt_dep
[thirdparty/systemd.git] / test / exec-ignoresigpipe-no.service
CommitLineData
281e05b6
RC
1[Unit]
2Description=Test for IgnoreSIGPIPE=no
3
4[Service]
5ExecStart=/bin/sh -c 'kill -PIPE 0'
6Type=oneshot
7IgnoreSIGPIPE=no