priv-kweihmann / systemdlint

Systemd Linter
BSD 2-Clause "Simplified" License
32 stars 7 forks source link

Issue error if a cyclic depedency has been found #8

Closed priv-kweihmann closed 5 years ago

priv-kweihmann commented 5 years ago

Catch up on constructs like the one below

a.service

[Unit]
After=b.service

b.service

[Unit]
After=a.service