mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
b5da077ddf
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.
6 lines
130 B
SYSTEMD
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
|