Home
last modified time | relevance | path

Searched refs:cfgFile (Results 1 – 1 of 1) sorted by relevance

/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp410 std::ofstream cfgFile(tmpFile, std::ios::out); in stopAndApplyUnitConfig() local
411 if (!cfgFile.good()) in stopAndApplyUnitConfig()
420 cfgFile << "[Socket]\n"; in stopAndApplyUnitConfig()
422 cfgFile << "Listen" << protocol << "=" in stopAndApplyUnitConfig()
424 cfgFile << "Listen" << protocol << "=" << portNum << "\n"; in stopAndApplyUnitConfig()
425 cfgFile.close(); in stopAndApplyUnitConfig()