Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fakemachine.service should wait for network-online.target
Just because systemd-networkd has been started does not mean it has configured any interfaces (even when they are static). The subsequent unit systemd-network-wait-online.service will wait for at least one interface to be configured (and in fakemachine, there is only one). This is being ordered before network-online.target. Signed-off-by: Helmut Grohne <[email protected]>
- Loading branch information