summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-07.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/testsuite-07.service')
-rw-r--r--test/units/testsuite-07.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/units/testsuite-07.service b/test/units/testsuite-07.service
deleted file mode 100644
index 92302bf..0000000
--- a/test/units/testsuite-07.service
+++ /dev/null
@@ -1,13 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1-or-later
-[Unit]
-Description=TEST-07-PID1
-
-[Service]
-Type=oneshot
-ExecStartPre=rm -f /failed /testok
-ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
-NotifyAccess=all
-# Issue: https://github.com/systemd/systemd/issues/2691
-ExecStop=sh -c 'kill -SEGV $$$$'
-RemainAfterExit=yes
-TimeoutStopSec=270s