>>> Andrei Borzenkov <[email protected]> schrieb am 20.12.2021 um 13:27 in Nachricht <[email protected]>: > On 20.12.2021 15:06, Christopher Wong wrote: >> # /etc/systemd/system/iris-detection.service >> After=temperature-controller.service >> >> # /usr/lib/systemd/system/temperature-controller.service >> After=iris-detection.service > > This is loop and systemd is free to break it by ignoring some dependency.
A good question would be whether it would be preferable to fail all services taking a part in the dependency loop instead. Maybe then those would be fixed sooner... Regards, Ulrich
