Closed kledom closed 4 years ago
This seems reasonable; my main concern with it is that I don't want robot startup delayed until after the wifi is connected— it should happen as soon as static IPs are assigned. Looking at the documentation for this from systemd, it's not really clear to me what the expected behavior is:
https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/
Can you clarify?
On current systems, ordering after
network.target
just guarantees that the network service has been started, not that there's some actual configuration.