Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dsystemd_target_monitor.cpp47 std::vector<std::string> serviceFilePaths; in main() local
52 app.add_option("-s,--service", serviceFilePaths, in main()
75 if (!serviceFilePaths.empty()) in main()
77 serviceData = parseServiceFiles(serviceFilePaths); in main()