summaryrefslogtreecommitdiffstats
path: root/test/testsuite-03.units/hello-after-sleep.target
diff options
context:
space:
mode:
Diffstat (limited to 'test/testsuite-03.units/hello-after-sleep.target')
-rw-r--r--test/testsuite-03.units/hello-after-sleep.target6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/testsuite-03.units/hello-after-sleep.target b/test/testsuite-03.units/hello-after-sleep.target
deleted file mode 100644
index b0ddb30..0000000
--- a/test/testsuite-03.units/hello-after-sleep.target
+++ /dev/null
@@ -1,6 +0,0 @@
-# SPDX-License-Identifier: LGPL-2.1-or-later
-[Unit]
-Description=Sleep for a minute, then say hello.
-Wants=sleep.service hello.service
-After=sleep.service
-Before=hello.service