Comment 77 for bug 959037

Revision history for this message
Thomas Hood (jdthood) wrote :

> --conf-file not needed

Well, this is used to make nm-dnsmasq read the configuration file that has been dynamically generated by NM. Without this you will have to do something like the following.

    ln -s /var/run/nm-dns-dnsmasq.conf /etc/dnsmasq.d/nm-dns-dnsmasq.conf

NM kills and starts a new dnsmasq process every time this file changes. Will that be a problem for your LTSP setup where dnsmasq is also the DHCP server?