summaryrefslogtreecommitdiffstats
path: root/test/loopy4.service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: move unit files to units/ subdirectoryZbigniew Jędrzejewski-Szmek2020-03-191-1/+0
| | | | | We have a bazillion of those unit files, and keeping them all directly in tests/ has become rather unwieldy.
* core: warn when merged units have conflicting dependenciesZbigniew Jędrzejewski-Szmek2014-08-081-0/+1
A unit should not Conflict with itself. It also does not make much sense for a unit to be After or Before itself, or to trigger itself in some way. If one of those dependency types is encountered, warn, instead of dropping it silently like other dependency types. % build/systemd-analyze verify test/loopy3.service ... Dependency Conflicts dropped when merging unit loopy4.service into loopy3.service Dependency ConflictedBy dropped when merging unit loopy4.service into loopy3.service