Systemd/test/hello.service
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
76 B
Desktop File

[Unit]
Description=Hello World
[Service]
ExecStart=/bin/echo "Hello World"