chiark / gitweb /
test: add test for jobs
[elogind.git] / test / hello-after-sleep.target
diff --git a/test/hello-after-sleep.target b/test/hello-after-sleep.target
new file mode 100644 (file)
index 0000000..526fbd2
--- /dev/null
@@ -0,0 +1,5 @@
+[Unit]
+Description=Sleep for a minute, then say hello.
+Wants=sleep.service hello.service
+After=sleep.service
+Before=hello.service