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.cpp529 std::ofstream cfgFile(tmpFile, std::ios::out); in stopAndApplyUnitConfig()
530 if (!cfgFile.good()) in stopAndApplyUnitConfig()
539 cfgFile << "[Socket]\n"; in stopAndApplyUnitConfig()
541 cfgFile << "Listen" << protocol << "=" in stopAndApplyUnitConfig()
543 cfgFile << "Listen" << protocol << "=" << portNum << "\n"; in stopAndApplyUnitConfig()
544 cfgFile.close(); in stopAndApplyUnitConfig()
531 std::ofstream cfgFile(tmpFile, std::ios::out); stopAndApplyUnitConfig() local