Searched refs:dnsmasq_conf (Results 1 – 1 of 1) sorted by relevance
170 std::string dnsmasq_conf = "/tmp/weave_dnsmasq.conf"; in StartAccessPoint() local172 std::ofstream ofs(dnsmasq_conf.c_str()); in StartAccessPoint()178 ofs << "dhcp-leasefile=" << dnsmasq_conf << ".leases" << std::endl; in StartAccessPoint()181 CHECK_EQ(0, ForkCmdAndWait("dnsmasq", {"--conf-file=" + dnsmasq_conf})); in StartAccessPoint()