Systemd/test/a-conj.service
Michal Koutný 594057fd99 tests: Check trivial loop between two jobs
job_compare return value is undefined in case the jobs have a loop
between them, so better make a test to make sure transaction cycle
detection catches it.
2019-06-26 23:16:31 +02:00

9 lines
114 B
Desktop File

[Unit]
Description=A conjugate
Requires=a.service
After=a.service
Before=a.service
[Service]
ExecStart=/bin/true