nginx cannot start
I am having an issue where nginx does not start on boot. When I check the logs, it's because an IP address is not configured, even though by the time I log in, that address is indeed available. I infer this to mean that the Linode network helper fails to enforce correct ordering. nginx is correctly configured to wait for the systemd network.target, but seemingly, the network is not configured until after network.target.
How can I enforce the ordering? Should I completely remove the network helper config?