summaryrefslogtreecommitdiff
path: root/test/exec-ignoresigpipe-yes.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec-ignoresigpipe-yes.service')
-rw-r--r--test/exec-ignoresigpipe-yes.service7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/exec-ignoresigpipe-yes.service b/test/exec-ignoresigpipe-yes.service
deleted file mode 100644
index 877ec8aed0..0000000000
--- a/test/exec-ignoresigpipe-yes.service
+++ /dev/null
@@ -1,7 +0,0 @@
-[Unit]
-Description=Test for IgnoreSIGPIPE=yes
-
-[Service]
-ExecStart=/bin/sh -c 'kill -PIPE 0'
-Type=oneshot
-IgnoreSIGPIPE=yes