In respect to my above post, the correct target of the sed expression should be as follows:
sed -i 's/After=network.target/After=NetworkManager-wait-online.service/' /lib/systemd/system/dnsmasq.service
Please note the fix remains nonetheless valid and ensures that dnsmasq rises up correctly on boot-
In respect to my above post, the correct target of the sed expression should be as follows:
sed -i 's/After= network. target/ After=NetworkMa nager-wait- online. service/ ' /lib/systemd/ system/ dnsmasq. service
Please note the fix remains nonetheless valid and ensures that dnsmasq rises up correctly on boot-