Systemd/test/hello-after-sleep.target
Michal Schmidt b5da077ddf test: add test for jobs
Add a test case for job merging with --ignore-dependencies.

test.sh is copied from TEST-01-*, only lightly modified (this
should be refactored better in the future).
test-jobs.sh is the core of this test.
2013-01-25 22:29:56 +01:00

6 lines
130 B
SYSTEMD

[Unit]
Description=Sleep for a minute, then say hello.
Wants=sleep.service hello.service
After=sleep.service
Before=hello.service