9fd965fc1b
Depending on the network-online.target rather than network.target will result in more reliable service startups since network.target does not indicate that the network stack has fully started, only that networking has been initialized. When starting network-related services like neturon, where a bridge or veth interface may be expected to exist already, relying on network.target can cause broken service startup during system reboots since the interfaces depended on may not exist yet once network.target is reached. By relying on network-online.target instead, units will start more reliably during system reboots or network restarts. The systemd docs at https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/#conceptsinsystemd provide more information about why we should use the network-online instead of the network target. Change-Id: I7fca0af11bf7a0fed18294c97b81ef1dfa074e34 |
||
---|---|---|
.. | ||
main.yml |