mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
594057fd99
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.
9 lines
114 B
Desktop File
9 lines
114 B
Desktop File
[Unit]
|
|
Description=A conjugate
|
|
Requires=a.service
|
|
After=a.service
|
|
Before=a.service
|
|
|
|
[Service]
|
|
ExecStart=/bin/true
|