Home
last modified time | relevance | path

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

/openbmc/service-config-manager/src/
H A Dsrvcfg_manager.cpp408 std::string ovrCfgFile{overrideConfDir + "/" + overrideConfFileName}; in stopAndApplyUnitConfig() local
409 std::string tmpFile{ovrCfgFile + "_tmp"}; in stopAndApplyUnitConfig()
427 if (std::rename(tmpFile.c_str(), ovrCfgFile.c_str()) != 0) in stopAndApplyUnitConfig()
430 "TMPFILE", tmpFile, "OVERCFGFILE", ovrCfgFile); in stopAndApplyUnitConfig()