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
76 B
Desktop File
6 lines
76 B
Desktop File
[Unit]
|
|
Description=Hello World
|
|
|
|
[Service]
|
|
ExecStart=/bin/echo "Hello World"
|