Searched refs:cfgFile (Results 1 – 1 of 1) sorted by relevance
531 std::ofstream cfgFile(tmpFile, std::ios::out); in stopAndApplyUnitConfig() local532 if (!cfgFile.good()) in stopAndApplyUnitConfig()541 cfgFile << "[Socket]\n"; in stopAndApplyUnitConfig()543 cfgFile << "Listen" << protocol << "=" in stopAndApplyUnitConfig()545 cfgFile << "Listen" << protocol << "=" << portNum << "\n"; in stopAndApplyUnitConfig()546 cfgFile.close(); in stopAndApplyUnitConfig()