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.cpp531 std::ofstream cfgFile(tmpFile, std::ios::out); in stopAndApplyUnitConfig() local
532 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()