summaryrefslogtreecommitdiff
path: root/test/hello-after-sleep.target
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello-after-sleep.target')
-rw-r--r--test/hello-after-sleep.target5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/hello-after-sleep.target b/test/hello-after-sleep.target
new file mode 100644
index 0000000000..526fbd2a12
--- /dev/null
+++ b/test/hello-after-sleep.target
@@ -0,0 +1,5 @@
+[Unit]
+Description=Sleep for a minute, then say hello.
+Wants=sleep.service hello.service
+After=sleep.service
+Before=hello.service