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.
7 lines
86 B
Desktop File
7 lines
86 B
Desktop File
[Unit]
|
|
Description=Sleep for 1 minute
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sleep 60
|